From 0d838a10a2e8eb6a5c99637a037b34b31a00cdf8 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 24 Jan 2003 22:02:49 +0000 Subject: Don't insist appointment is updated if both old and new summary are blank. 2003-01-24 Hans Petter Jansson * gui/e-day-view.c (e_day_view_on_editing_stopped): Don't insist appointment is updated if both old and new summary are blank. * gui/e-week-view.c (e_week_view_on_editing_stopped): Ditto. * gui/e-timezone-entry.c (on_button_clicked): Timezone dialog is now a GtkDialog. Treat it as such. * gui/goto.c (ecal_event): Goto dialog is now a GtkDialog. Treat it as such. (goto_dialog): Ditto. * gui/goto-dialog.glade: Set the return IDs from the dialog buttons. * gui/dialogs/meeting-page.c (popup_delegate_cb): Enable the delegate dialog. It's now a GtkDialog, so treat it like one. (right_click_cb): Use GTK stock item, not GNOME (that doesn't work anymore). * gui/e-delegate-dialog.glade: Set the return IDs from dialog buttons. * gui/print.c (print_calendar): Correct the print dialog init. Code is still not enabled, though. * gui/tasks-control.c (print_tasks): Add a warning about printing being disabled. svn path=/trunk/; revision=19624 --- calendar/gui/goto-dialog.glade | 430 +++++++++++++++++++++-------------------- 1 file changed, 221 insertions(+), 209 deletions(-) (limited to 'calendar/gui/goto-dialog.glade') diff --git a/calendar/gui/goto-dialog.glade b/calendar/gui/goto-dialog.glade index 02fb71718d..b268e03294 100644 --- a/calendar/gui/goto-dialog.glade +++ b/calendar/gui/goto-dialog.glade @@ -1,213 +1,225 @@ - + - - no - Go To Date - GTK_WINDOW_TOPLEVEL - no - no - no - GTK_WIN_POS_NONE - - - - no - 8 - yes - - - - GTK_BUTTONBOX_END - 8 - yes - - - - yes - yes - Go To Today - yes - - - - - - yes - yes - yes - gtk-cancel - yes - yes - - - - - 0 - no - yes - GTK_PACK_END - - - - - - no - 4 - yes - - - - yes - 4 - yes - - - - yes - 0 - yes - - - - yes - - - - January - yes - - - - - - February - yes - - - - - - March - yes - - - - - - April - yes - - - - - - May - yes - - - - - - June - yes - - - - - - July - yes - - - - - - August - yes - - - - - - September - yes - - - - - - October - yes - - - - - - November - yes - - - - - - December - yes - - - - - - - 0 - no - no - - - - - - yes - 1 - 0 - yes - GTK_UPDATE_IF_VALID - no - no - yes - 1969 1969 2038 1 5 10 - - - 0 - yes - yes - - - - - 0 - yes - yes - - - - - - - - - 0 - yes - yes - - - - - 4 - yes - yes - - - + + + Go To Date + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + True + + + + True + False + 8 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + Go To Today + True + GTK_RELIEF_NORMAL + 0 + + + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + 0 + False + True + GTK_PACK_END + + + + + + True + False + 4 + + + + True + True + 4 + + + + True + True + 0 + + + + True + + + + True + January + True + + + + + + True + February + True + + + + + + True + March + True + + + + + + True + April + True + + + + + + True + May + True + + + + + + True + June + True + + + + + + True + July + True + + + + + + True + August + True + + + + + + True + September + True + + + + + + True + October + True + + + + + + True + November + True + + + + + + True + December + True + + + + + + + 0 + False + False + + + + + + True + True + 1 + 0 + True + GTK_UPDATE_IF_VALID + False + False + 1969 1969 2038 1 5 10 + + + 0 + True + True + + + + + 0 + True + True + + + + + + + + + 0 + True + True + + + + + + -- cgit