diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/main.c | 7 | ||||
-rw-r--r-- | calendar/main.c | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 9f8bcae2dd..92b55b8172 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/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 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 |