diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 9 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/test-editor.c | 20 | ||||
-rw-r--r-- | addressbook/printing/test-contact-print-style-editor.c | 20 | ||||
-rw-r--r-- | addressbook/printing/test-print.c | 20 |
4 files changed, 9 insertions, 60 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1857974c16..c1209cd5f6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2009-10-10 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #567270 + + * gui/contact-editor/test-editor.c: + * printing/test-contact-style-editor.c: + * printing/test-print.c: + Remove already-disabled use of gnome_about_new(). + 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #567276 diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 61c6de7174..44703c9e57 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -92,26 +92,6 @@ editor_closed_cb (EContactEditor *ce, gpointer data) exit (0); } -#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 ( _( "Contact Editor Test" ), VERSION, - _( "Copyright (C) 2000, Ximian, Inc." ), - authors, - _( "This should test the contact editor canvas item" ), - NULL); - gtk_widget_show (about); -} -#endif - int main( int argc, char *argv[] ) { char *cardstr; diff --git a/addressbook/printing/test-contact-print-style-editor.c b/addressbook/printing/test-contact-print-style-editor.c index cf9aeebeb2..2ca9afb159 100644 --- a/addressbook/printing/test-contact-print-style-editor.c +++ b/addressbook/printing/test-contact-print-style-editor.c @@ -40,26 +40,6 @@ static void destroy_callback(GtkWidget *app, gpointer data) exit(0); } -#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 ( _( "Contact Print Style Editor Test" ), VERSION, - _( "Copyright (C) 2000, Ximian, Inc." ), - authors, - _( "This should test the contact print style editor widget" ), - NULL); - gtk_widget_show (about); -} -#endif - int main( int argc, char *argv[] ) { GtkWidget *app; diff --git a/addressbook/printing/test-print.c b/addressbook/printing/test-print.c index 9ca6e53891..2c658840e6 100644 --- a/addressbook/printing/test-print.c +++ b/addressbook/printing/test-print.c @@ -29,26 +29,6 @@ #include <bonobo/bonobo-main.h> #include "e-contact-print.h" -#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 ( _( "Contact Print Test" ), VERSION, - _( "Copyright (C) 2000, Ximian, Inc." ), - authors, - _( "This should test the contact print code" ), - NULL); - gtk_widget_show (about); -} -#endif - int main( int argc, char *argv[] ) { GList *shown_fields = NULL; |