aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-cal-shell-module.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-19 14:22:32 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-19 14:22:32 +0800
commit1a40acf554290883d6cf2a491dc36685842fd26b (patch)
treea920466e9b41ee104dd13d1335820770a17904a2 /calendar/modules/e-cal-shell-module.c
parent0110c94c6abdbb25b4fea6a21f20f00b82a0fdd8 (diff)
downloadgsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar
gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar.gz
gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar.bz2
gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar.lz
gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar.xz
gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar.zst
gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.zip
Documentation tweaks.
Have e_shell_get_preferences_window() take an EShell argument. svn path=/branches/kill-bonobo/; revision=37294
Diffstat (limited to 'calendar/modules/e-cal-shell-module.c')
-rw-r--r--calendar/modules/e-cal-shell-module.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/modules/e-cal-shell-module.c b/calendar/modules/e-cal-shell-module.c
index 0fa0336177..740f755e85 100644
--- a/calendar/modules/e-cal-shell-module.c
+++ b/calendar/modules/e-cal-shell-module.c
@@ -431,8 +431,10 @@ static void
cal_module_init_preferences (void)
{
GtkWidget *preferences_window;
+ EShell *shell;
- preferences_window = e_shell_get_preferences_window ();
+ shell = e_shell_get_default ();
+ preferences_window = e_shell_get_preferences_window (shell);
e_preferences_window_add_page (
E_PREFERENCES_WINDOW (preferences_window),