From f88337e4df2809b9ca122686ed6fd0ce83ef8859 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 30 Jul 2001 21:26:11 +0000 Subject: added Help button. Though of course it doesn't do anything yet. 2001-07-30 Damon Chaplin * gui/dialogs/cal-prefs-dialog.glade: added Help button. Though of course it doesn't do anything yet. svn path=/trunk/; revision=11489 --- calendar/gui/dialogs/cal-prefs-dialog.c | 3 +++ calendar/gui/dialogs/cal-prefs-dialog.glade | 8 ++++++++ 2 files changed, 11 insertions(+) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/cal-prefs-dialog.c b/calendar/gui/dialogs/cal-prefs-dialog.c index 7176354a73..c05628797f 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.c +++ b/calendar/gui/dialogs/cal-prefs-dialog.c @@ -331,6 +331,9 @@ cal_prefs_dialog_button_clicked (GtkWidget *dialog, /* OK & Close buttons close the dialog. */ if (button == 0 || button == 2) gtk_widget_hide (priv->dialog); + + /* FIXME: Handle button 3 (Help). */ + } diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade index 038d091a72..b93e15f442 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade @@ -77,6 +77,14 @@ True GNOME_STOCK_BUTTON_CLOSE + + + GtkButton + button4 + True + True + GNOME_STOCK_BUTTON_HELP + -- cgit v1.2.3