[empathy] Allow to drop contacts on the group names (#619961)



commit 22370808b807c31c111fea61a33aa19d2dec1f03
Author: Vitaly Minko <vitaly mink gmail com>
Date:   Thu Oct 28 15:40:56 2010 +0200

    Allow to drop contacts on the group names (#619961)

 libempathy-gtk/empathy-individual-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index c915946..d30ce1a 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]