diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 184f88a02..737747f00 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -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; |