evolution r37032 - in trunk/addressbook: . gui/contact-editor printing
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37032 - in trunk/addressbook: . gui/contact-editor printing
- Date: Sun, 11 Jan 2009 00:16:25 +0000 (UTC)
Author: mbarnes
Date: Sun Jan 11 00:16:24 2009
New Revision: 37032
URL: http://svn.gnome.org/viewvc/evolution?rev=37032&view=rev
Log:
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().
Modified:
trunk/addressbook/ChangeLog
trunk/addressbook/gui/contact-editor/test-editor.c
trunk/addressbook/printing/test-contact-print-style-editor.c
trunk/addressbook/printing/test-print.c
Modified: trunk/addressbook/gui/contact-editor/test-editor.c
==============================================================================
--- trunk/addressbook/gui/contact-editor/test-editor.c (original)
+++ trunk/addressbook/gui/contact-editor/test-editor.c Sun Jan 11 00:16:24 2009
@@ -92,26 +92,6 @@
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;
Modified: trunk/addressbook/printing/test-contact-print-style-editor.c
==============================================================================
--- trunk/addressbook/printing/test-contact-print-style-editor.c (original)
+++ trunk/addressbook/printing/test-contact-print-style-editor.c Sun Jan 11 00:16:24 2009
@@ -40,26 +40,6 @@
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;
Modified: trunk/addressbook/printing/test-print.c
==============================================================================
--- trunk/addressbook/printing/test-print.c (original)
+++ trunk/addressbook/printing/test-print.c Sun Jan 11 00:16:24 2009
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]