aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/cal-prefs-dialog.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-07-31 05:26:11 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-07-31 05:26:11 +0800
commitf88337e4df2809b9ca122686ed6fd0ce83ef8859 (patch)
tree708837085e86b3610940bb9da2fee20864320798 /calendar/gui/dialogs/cal-prefs-dialog.c
parentf0c158955ea0440d0141c1d82e29896db8f89388 (diff)
downloadgsoc2013-evolution-f88337e4df2809b9ca122686ed6fd0ce83ef8859.tar
gsoc2013-evolution-f88337e4df2809b9ca122686ed6fd0ce83ef8859.tar.gz
gsoc2013-evolution-f88337e4df2809b9ca122686ed6fd0ce83ef8859.tar.bz2
gsoc2013-evolution-f88337e4df2809b9ca122686ed6fd0ce83ef8859.tar.lz
gsoc2013-evolution-f88337e4df2809b9ca122686ed6fd0ce83ef8859.tar.xz
gsoc2013-evolution-f88337e4df2809b9ca122686ed6fd0ce83ef8859.tar.zst
gsoc2013-evolution-f88337e4df2809b9ca122686ed6fd0ce83ef8859.zip
added Help button. Though of course it doesn't do anything yet.
2001-07-30 Damon Chaplin <damon@ximian.com> * gui/dialogs/cal-prefs-dialog.glade: added Help button. Though of course it doesn't do anything yet. svn path=/trunk/; revision=11489
Diffstat (limited to 'calendar/gui/dialogs/cal-prefs-dialog.c')
-rw-r--r--calendar/gui/dialogs/cal-prefs-dialog.c3
1 files changed, 3 insertions, 0 deletions
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). */
+
}