aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-27 01:36:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-28 05:35:21 +0800
commit029b6cde2c9eb3854e72ccfa7dd590c5b5741098 (patch)
tree97be9cad3a471f4a346fc742cd37b82e2ebb00a2 /shell/e-shell-window-private.c
parent54568ac94cd317d0bcc40cc6b12758ce641ddfaa (diff)
downloadgsoc2013-evolution-029b6cde2c9eb3854e72ccfa7dd590c5b5741098.tar
gsoc2013-evolution-029b6cde2c9eb3854e72ccfa7dd590c5b5741098.tar.gz
gsoc2013-evolution-029b6cde2c9eb3854e72ccfa7dd590c5b5741098.tar.bz2
gsoc2013-evolution-029b6cde2c9eb3854e72ccfa7dd590c5b5741098.tar.lz
gsoc2013-evolution-029b6cde2c9eb3854e72ccfa7dd590c5b5741098.tar.xz
gsoc2013-evolution-029b6cde2c9eb3854e72ccfa7dd590c5b5741098.tar.zst
gsoc2013-evolution-029b6cde2c9eb3854e72ccfa7dd590c5b5741098.zip
Nit pick.
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r--shell/e-shell-window-private.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 959db3f55a..6ee997ddef 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -404,11 +404,11 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
e_binding_new (
G_OBJECT (shell), "online",
- G_OBJECT (shell_window->priv->online_button), "online");
+ G_OBJECT (priv->online_button), "online");
e_binding_new (
G_OBJECT (shell), "network-available",
- G_OBJECT (shell_window->priv->online_button), "sensitive");
+ G_OBJECT (priv->online_button), "sensitive");
/* Bind GObject properties to GConf keys. */