From ea226b276392e05c8da9273d5e0dd3793362bf27 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 23 Sep 2009 15:29:15 +0200 Subject: Init contact_id to NULL to silent some stupid compilators. It can't really be used not initialized anyway. --- libempathy-gtk/empathy-contact-list-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3