aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2001-08-01 00:23:03 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-08-01 00:23:03 +0800
commitd96fe8dc0a462489d863ee32f46e1631ca129e3e (patch)
tree1332ce30cface45104f566744b0814e6ed59cf78 /calendar/gui/calendar-commands.c
parenta82d0af27adda77412aa3e594cff5cd3fd14aa7e (diff)
downloadgsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar
gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.gz
gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.bz2
gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.lz
gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.xz
gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.zst
gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.zip
Sync from OLS - Federico
svn path=/trunk/; revision=11514
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index f51a4142ca..8f4c9da265 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -266,9 +266,9 @@ static void
settings_cmd (BonoboUIComponent *uic, gpointer data, const char *path)
{
if (!preferences_dialog)
- preferences_dialog = cal_prefs_dialog_new ();
+ preferences_dialog = cal_prefs_dialog_new (CAL_PREFS_DIALOG_PAGE_CALENDAR);
else
- cal_prefs_dialog_show (preferences_dialog);
+ cal_prefs_dialog_show (preferences_dialog, CAL_PREFS_DIALOG_PAGE_CALENDAR);
}
static void