[evolution/kill-bonobo] Nit pick.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution/kill-bonobo] Nit pick.
- Date: Thu, 27 Aug 2009 21:48:45 +0000 (UTC)
commit 029b6cde2c9eb3854e72ccfa7dd590c5b5741098
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Aug 26 13:36:59 2009 -0400
Nit pick.
shell/e-shell-window-private.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 959db3f..6ee997d 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. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]