diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-08 22:32:25 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-08 22:32:25 +0800 |
commit | ce6c174542bd02a2adf9330bee9871064477d33d (patch) | |
tree | b720667936cf23d042576aaffb5e3754ee74ff8a /calendar/ChangeLog | |
parent | 7a7bea488709da631d4e62af3288110f5e1db275 (diff) | |
download | gsoc2013-evolution-ce6c174542bd02a2adf9330bee9871064477d33d.tar.gz gsoc2013-evolution-ce6c174542bd02a2adf9330bee9871064477d33d.tar.zst gsoc2013-evolution-ce6c174542bd02a2adf9330bee9871064477d33d.zip |
Remove button_ok, button_cancel, canceled members from struct Dialog.
* gui/dialogs/alarm-options.c: Remove button_ok, button_cancel,
canceled members from struct Dialog.
(get_widgets): Do not initialize.
(close_dialog): Destroy the toplevel.
(toplevel_delete_event_cb): Removed.
(button_cancel_clicked_cb): Removed.
(button_ok_clicked_cb): Removed.
(close_dialog): Removed.
(alarm_options_dialog_run): Use gtk_dialog_run.
(init_widgets): Do not init ->canceled, do not connect OK/Cancel
buttons.
(alarm_to_dialog): No need to make the file entry modal from here
anymore.
* gui/dialogs/alarm-options.glade: Turned into a GtkDialog. Set
the "modal" property to True for the file entry.
svn path=/trunk/; revision=20749
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 42e027d2d6..94b499d76e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2003-04-08 Ettore Perazzoli <ettore@ximian.com> + + * gui/dialogs/alarm-options.c: Remove button_ok, button_cancel, + canceled members from struct Dialog. + (get_widgets): Do not initialize. + (close_dialog): Destroy the toplevel. + (toplevel_delete_event_cb): Removed. + (button_cancel_clicked_cb): Removed. + (button_ok_clicked_cb): Removed. + (close_dialog): Removed. + (alarm_options_dialog_run): Use gtk_dialog_run. + (init_widgets): Do not init ->canceled, do not connect OK/Cancel + buttons. + (alarm_to_dialog): No need to make the file entry modal from here + anymore. + + * gui/dialogs/alarm-options.glade: Turned into a GtkDialog. Set + the "modal" property to True for the file entry. + 2003-04-07 Hans Petter Jansson <hpj@ximian.com> Fixes #35926. @@ -80,10 +99,10 @@ return based on the response code (not old button stuff) 2003-04-04 Ettore Perazzoli <ettore@ximian.com> - - * gui/dialogs/alarm-options.c (alarm_to_dialog): Make the file - entry modal. [#40792] + * gui/dialogs/alarm-options.c (alarm_to_dialog): Make the file + entry modal. [#40792] + 2003-04-04 JP Rosevear <jpr@ximian.com> Fixes #40789 |