diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-08-25 10:37:43 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-08-25 10:37:43 +0800 |
commit | f6f316d74484178f136664bdf5380e3ed567ae49 (patch) | |
tree | 456bd1c32a4178f78c90b6375bb6f9478b0297c7 /calendar/main.c | |
parent | bf844f9fa82ee8540f99df6bd1bb533e99a70562 (diff) | |
download | gsoc2013-evolution-f6f316d74484178f136664bdf5380e3ed567ae49.tar gsoc2013-evolution-f6f316d74484178f136664bdf5380e3ed567ae49.tar.gz gsoc2013-evolution-f6f316d74484178f136664bdf5380e3ed567ae49.tar.bz2 gsoc2013-evolution-f6f316d74484178f136664bdf5380e3ed567ae49.tar.lz gsoc2013-evolution-f6f316d74484178f136664bdf5380e3ed567ae49.tar.xz gsoc2013-evolution-f6f316d74484178f136664bdf5380e3ed567ae49.tar.zst gsoc2013-evolution-f6f316d74484178f136664bdf5380e3ed567ae49.zip |
Fixlet to the about box - Federico
svn path=/trunk/; revision=338
Diffstat (limited to 'calendar/main.c')
-rw-r--r-- | calendar/main.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/calendar/main.c b/calendar/main.c index 9f8bcae2dd..92b55b8172 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -129,7 +129,7 @@ about_calendar_cmd (GtkWidget *widget, void *data) GtkWidget *about; const gchar *authors[] = { "Miguel de Icaza (miguel@kernel.org)", - "Federico Mena (quartic@gimp.org)", + "Federico Mena (federico@gimp.org)", "Arturo Espinosa (arturo@nuclecu.unam.mx)", NULL }; @@ -139,10 +139,9 @@ about_calendar_cmd (GtkWidget *widget, void *data) authors, _("The GNOME personal calendar and schedule manager."), NULL); - gnome_dialog_run_and_destroy (GNOME_DIALOG (about)); -#if 0 + gnome_dialog_set_modal (GNOME_DIALOG (about)); + gnome_dialog_set_close (GNOME_DIALOG (about), TRUE); gtk_widget_show (about); -#endif } static void |