diff options
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/widgets/test-reflow.c | 20 |
2 files changed, 7 insertions, 20 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1d64cda564..19695ff51f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2004-12-21 JP Rosevear <jpr@novell.com> + Fixes #61975 + + * gui/widgets/test-reflow.c: kill translated strings that were #if + 0'd anyhow + +2004-12-21 JP Rosevear <jpr@novell.com> + * gui/search/e-addressbook-search-dialog.c: convert to G_DEFINE_TYPE diff --git a/addressbook/gui/widgets/test-reflow.c b/addressbook/gui/widgets/test-reflow.c index 66f003fe2c..081c061f3e 100644 --- a/addressbook/gui/widgets/test-reflow.c +++ b/addressbook/gui/widgets/test-reflow.c @@ -105,26 +105,6 @@ static void resize(GnomeCanvas *canvas, gpointer data) NULL ); } -#if 0 -static void about_callback( GtkWidget *widget, gpointer data ) -{ - - const gchar *authors[] = - { - "Christopher James Lahey <clahey@umich.edu>", - NULL - }; - - GtkWidget *about = - gnome_about_new ( _( "Reflow Test" ), VERSION, - _( "Copyright (C) 2000, Ximian, Inc." ), - authors, - _( "This should test the reflow canvas item" ), - NULL); - gtk_widget_show (about); -} -#endif - int main( int argc, char *argv[] ) { GtkWidget *app; |