aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-27 23:19:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-27 23:19:52 +0800
commit7f51095908ab0332ca2722beceffbcb123eefc1c (patch)
tree93619ec80c5019fa71347a844864b9d34375e228 /shell
parentbe8593e62aa1700968c4e887d322d43e32291521 (diff)
downloadgsoc2013-evolution-7f51095908ab0332ca2722beceffbcb123eefc1c.tar
gsoc2013-evolution-7f51095908ab0332ca2722beceffbcb123eefc1c.tar.gz
gsoc2013-evolution-7f51095908ab0332ca2722beceffbcb123eefc1c.tar.bz2
gsoc2013-evolution-7f51095908ab0332ca2722beceffbcb123eefc1c.tar.lz
gsoc2013-evolution-7f51095908ab0332ca2722beceffbcb123eefc1c.tar.xz
gsoc2013-evolution-7f51095908ab0332ca2722beceffbcb123eefc1c.tar.zst
gsoc2013-evolution-7f51095908ab0332ca2722beceffbcb123eefc1c.zip
Revert "don't bridge to the active-view gconf setting"
This reverts commit 2d68130cad1642c1995f3d4e8c3bc18b77977213. Need to fix GConfBridge instead.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-window-private.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 6e47132bc1..a2b8ccec40 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -432,9 +432,7 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
object = G_OBJECT (shell_window);
key = "/apps/evolution/shell/view_defaults/component_id";
- g_object_set (object, "active-view",
- gconf_client_get_string (e_shell_get_gconf_client (shell), key, NULL),
- NULL);
+ gconf_bridge_bind_property (bridge, key, object, "active-view");
object = G_OBJECT (priv->content_pane);
key = "/apps/evolution/shell/view_defaults/folder_bar/width";