aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-01-11 08:16:24 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-11 08:16:24 +0800
commitda64b56787f6584e3963082c9cb1b08d02013d7e (patch)
tree14afd8a6beb4276b5ef1e593edc8cf0704291a70 /addressbook/gui
parentbdea754ec1c74a4f81efd192d068467e9990fa82 (diff)
downloadgsoc2013-evolution-da64b56787f6584e3963082c9cb1b08d02013d7e.tar
gsoc2013-evolution-da64b56787f6584e3963082c9cb1b08d02013d7e.tar.gz
gsoc2013-evolution-da64b56787f6584e3963082c9cb1b08d02013d7e.tar.bz2
gsoc2013-evolution-da64b56787f6584e3963082c9cb1b08d02013d7e.tar.lz
gsoc2013-evolution-da64b56787f6584e3963082c9cb1b08d02013d7e.tar.xz
gsoc2013-evolution-da64b56787f6584e3963082c9cb1b08d02013d7e.tar.zst
gsoc2013-evolution-da64b56787f6584e3963082c9cb1b08d02013d7e.zip
** Fixes bug #567270
2009-10-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567270 * addressbook/gui/contact-editor/test-editor.c: * addressbook/printing/test-contact-style-editor.c: * addressbook/printing/test-print.c: Remove already-disabled use of gnome_about_new(). svn path=/trunk/; revision=37032
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/test-editor.c20
1 files changed, 0 insertions, 20 deletions
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;