]> git.0d.be Git - empathy.git/commitdiff
Allow to drop contacts on the group names (#619961)
authorVitaly Minko <vitaly.mink@gmail.com>
Thu, 28 Oct 2010 13:40:56 +0000 (15:40 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 28 Oct 2010 13:40:56 +0000 (15:40 +0200)
libempathy-gtk/empathy-individual-store.c

index c9159463c530ac16d26c14747d8eab278a7f1c90..d30ce1a87a370c6504e15acc34b09c24cd6d966c 100644 (file)
@@ -1819,7 +1819,7 @@ empathy_individual_store_get_parent_group (GtkTreeModel *model,
   GtkTreeIter parent_iter, iter;
   gchar *name = NULL;
   gboolean is_group;
-  gboolean fake;
+  gboolean fake = FALSE;
 
   g_return_val_if_fail (GTK_IS_TREE_MODEL (model), NULL);