]> git.0d.be Git - empathy.git/commitdiff
Init contact_id to NULL to silent some stupid compilators. It can't really be used...
authorXavier Claessens <xclaesse@gmail.com>
Wed, 23 Sep 2009 13:29:15 +0000 (15:29 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 23 Sep 2009 13:29:15 +0000 (15:29 +0200)
libempathy-gtk/empathy-contact-list-view.c

index 184f88a0221a6946a11085b11f5b7f8ebf0ff784..737747f00be5a45bd330d823114c7aea788fb0f3 100644 (file)
@@ -253,7 +253,7 @@ contact_list_view_drag_data_received (GtkWidget         *view,
        const gchar                *id;
        gchar                     **strv = NULL;
        const gchar                *account_id = NULL;
-       const gchar                *contact_id;
+       const gchar                *contact_id = NULL;
        gchar                      *new_group = NULL;
        gchar                      *old_group = NULL;
        DndGetContactData          *data;