]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.c
Fix build warning
[empathy.git] / libempathy-gtk / empathy-contact-list-view.c
index 4679e06f8e14ab7fdabfbcfc6f84a56d0d9b394c..cccfebb51031600ff2cc582103c60446eb92aee6 100644 (file)
@@ -387,8 +387,8 @@ contact_list_view_contact_drag_received (GtkWidget         *view,
 {
        EmpathyContactListViewPriv *priv;
        TpAccountManager           *account_manager;
-        TpConnection               *connection;
-       TpAccount                  *account;
+       TpConnection               *connection = NULL;
+       TpAccount                  *account = NULL;
        DndGetContactData          *data;
        GtkTreePath                *source_path;
        const gchar   *sel_data;