[empathy] main_window_connection_changed_cb: still need the priv pointer



commit a6a4c117c17659134df600c9b96f8cceb07f44ef
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu May 26 09:05:15 2011 +0200

    main_window_connection_changed_cb: still need the priv pointer

 src/empathy-main-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 1878431..02c400a 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 &&



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]