aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/cal-prefs-dialog.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-19 22:14:56 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-19 22:14:56 +0800
commitd63754acb1a37037ce09251c00fefa5e689f780b (patch)
treefd94473f060473b0918700d0e457b85903b6a3c5 /calendar/gui/dialogs/cal-prefs-dialog.h
parent2be7cd3b2ab50047820da4a1e873785b53f41acd (diff)
downloadgsoc2013-evolution-d63754acb1a37037ce09251c00fefa5e689f780b.tar
gsoc2013-evolution-d63754acb1a37037ce09251c00fefa5e689f780b.tar.gz
gsoc2013-evolution-d63754acb1a37037ce09251c00fefa5e689f780b.tar.bz2
gsoc2013-evolution-d63754acb1a37037ce09251c00fefa5e689f780b.tar.lz
gsoc2013-evolution-d63754acb1a37037ce09251c00fefa5e689f780b.tar.xz
gsoc2013-evolution-d63754acb1a37037ce09251c00fefa5e689f780b.tar.zst
gsoc2013-evolution-d63754acb1a37037ce09251c00fefa5e689f780b.zip
** Part of fix for bug #260853
2009-01-19 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #260853 * gui/calendar-config-keys.h: * gui/calendar-config.h: (calendar_config_get_ba_reminder), (calendar_config_set_ba_reminder): * gui/calendar-config.c: (calendar_config_get_ba_reminder), (calendar_config_set_ba_reminder), (string_to_units), (calendar_config_get_default_reminder_units): * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (ba_reminder_toggled), (ba_reminder_interval_changed), (ba_reminder_units_changed), (setup_changes), (show_config), (calendar_prefs_dialog_construct): User interface and related function to allow use change setup of the alarm for Birthdays and Anniversaries calendar. svn path=/trunk/; revision=37098
Diffstat (limited to 'calendar/gui/dialogs/cal-prefs-dialog.h')
-rw-r--r--calendar/gui/dialogs/cal-prefs-dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.h b/calendar/gui/dialogs/cal-prefs-dialog.h
index 512d5d06c6..3c006b8711 100644
--- a/calendar/gui/dialogs/cal-prefs-dialog.h
+++ b/calendar/gui/dialogs/cal-prefs-dialog.h
@@ -56,6 +56,9 @@ struct _CalendarPrefsDialog {
GtkWidget *default_reminder;
GtkWidget *default_reminder_interval;
GtkWidget *default_reminder_units;
+ GtkWidget *ba_reminder;
+ GtkWidget *ba_reminder_interval;
+ GtkWidget *ba_reminder_units;
/* Display tab */
GtkWidget *time_divisions;