diff options
Diffstat (limited to 'addressbook/printing/test-print.c')
-rw-r--r-- | addressbook/printing/test-print.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/printing/test-print.c b/addressbook/printing/test-print.c index d86c33baea..7fc367d24d 100644 --- a/addressbook/printing/test-print.c +++ b/addressbook/printing/test-print.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* +/* * test-print.c * Copyright (C) 2000 Ximian, Inc. * Author: Chris Lahey <clahey@ximian.com> @@ -32,7 +32,7 @@ #if 0 static void about_callback( GtkWidget *widget, gpointer data ) { - + const gchar *authors[] = { "Christopher James Lahey <clahey@umich.edu>", @@ -45,7 +45,7 @@ static void about_callback( GtkWidget *widget, gpointer data ) authors, _( "This should test the contact print code" ), NULL); - gtk_widget_show (about); + gtk_widget_show (about); } #endif @@ -62,7 +62,7 @@ int main( int argc, char *argv[] ) NULL); glade_init (); - + shown_fields = g_list_append(shown_fields, "First field"); shown_fields = g_list_append(shown_fields, "Second field"); shown_fields = g_list_append(shown_fields, "Third field"); @@ -71,7 +71,7 @@ int main( int argc, char *argv[] ) /* does nothing */ e_contact_print (NULL, NULL, NULL, GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG); - bonobo_main(); + bonobo_main(); /* Not reached. */ return 0; |