]> git.0d.be Git - empathy.git/commitdiff
drag_data_received_individual_id: make sure manager is initialized
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 11:35:54 +0000 (12:35 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 11:35:54 +0000 (12:35 +0100)
src/empathy-chat-window.c

index ccf22ff01b47ab13790f4bd6f4330ecc686324ad..587ae7d4b69cff7485138bad65abdd01a386e1e8 100644 (file)
@@ -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;