[empathy] drag_data_received_individual_id: make sure manager is initialized



commit 421b66326367a0cec07ca233ada0d675078f73bb
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Feb 21 12:35:54 2012 +0100

    drag_data_received_individual_id: make sure manager is initialized

 src/empathy-chat-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index ccf22ff..587ae7d 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1995,7 +1995,7 @@ drag_data_received_individual_id (EmpathyChatWindow *self,
 				  guint time_)
 {
 	const gchar *id;
-	EmpathyIndividualManager *manager;
+	EmpathyIndividualManager *manager = NULL;
 	FolksIndividual *individual;
 	EmpathyChatWindowPriv *priv = GET_PRIV (self);
 	EmpathyTpChat *chat;



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