aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-25 10:29:05 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-25 10:29:05 +0800
commit3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e (patch)
treee7e09f9dc5df3d5b81405fe32ac4cd336b9e4923 /shell/e-shell-window-private.c
parentf2b2d42471dc6a820c94f8888bd4f13a5c00a530 (diff)
downloadgsoc2013-evolution-3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e.tar
gsoc2013-evolution-3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e.tar.gz
gsoc2013-evolution-3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e.tar.bz2
gsoc2013-evolution-3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e.tar.lz
gsoc2013-evolution-3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e.tar.xz
gsoc2013-evolution-3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e.tar.zst
gsoc2013-evolution-3184f3d532f7d1aabfcf49a0ba6fef9c6fcbdf5e.zip
Remember position of main window.
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r--shell/e-shell-window-private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 1eb5eed460..b011bb548f 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -404,7 +404,7 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
key = "/apps/evolution/shell/view_defaults/window";
gconf_bridge_bind_window (
- bridge, key, GTK_WINDOW (shell_window), TRUE, FALSE);
+ bridge, key, GTK_WINDOW (shell_window), TRUE, TRUE);
object = G_OBJECT (shell_window);
key = "/apps/evolution/shell/view_defaults/component_id";