aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-26 15:05:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-26 15:07:30 +0800
commita6a4c117c17659134df600c9b96f8cceb07f44ef (patch)
tree62b2cd709ce443d3b60fe3fb8daa37a389a73cef /src
parentcddd93283537e99037176b7c01c3ac36bfcb6bf0 (diff)
downloadgsoc2013-empathy-a6a4c117c17659134df600c9b96f8cceb07f44ef.tar
gsoc2013-empathy-a6a4c117c17659134df600c9b96f8cceb07f44ef.tar.gz
gsoc2013-empathy-a6a4c117c17659134df600c9b96f8cceb07f44ef.tar.bz2
gsoc2013-empathy-a6a4c117c17659134df600c9b96f8cceb07f44ef.tar.lz
gsoc2013-empathy-a6a4c117c17659134df600c9b96f8cceb07f44ef.tar.xz
gsoc2013-empathy-a6a4c117c17659134df600c9b96f8cceb07f44ef.tar.zst
gsoc2013-empathy-a6a4c117c17659134df600c9b96f8cceb07f44ef.zip
main_window_connection_changed_cb: still need the priv pointer
Diffstat (limited to 'src')
-rw-r--r--src/empathy-main-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 1878431bc..02c400ab8 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -1128,6 +1128,8 @@ main_window_connection_changed_cb (TpAccount *account,
GHashTable *details,
EmpathyMainWindow *window)
{
+ EmpathyMainWindowPriv *priv = GET_PRIV (window);
+
main_window_update_status (window);
if (current == TP_CONNECTION_STATUS_DISCONNECTED &&