diff options
author | Vitaly Minko <vitaly.mink@gmail.com> | 2010-10-28 21:40:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-28 21:40:56 +0800 |
commit | 22370808b807c31c111fea61a33aa19d2dec1f03 (patch) | |
tree | db08eca135c1ddf641d8515f66580d86b8cd99ee | |
parent | 91a0c4fcb278477422e1c89f517cc0f5c833de33 (diff) | |
download | gsoc2013-empathy-22370808b807c31c111fea61a33aa19d2dec1f03.tar gsoc2013-empathy-22370808b807c31c111fea61a33aa19d2dec1f03.tar.gz gsoc2013-empathy-22370808b807c31c111fea61a33aa19d2dec1f03.tar.bz2 gsoc2013-empathy-22370808b807c31c111fea61a33aa19d2dec1f03.tar.lz gsoc2013-empathy-22370808b807c31c111fea61a33aa19d2dec1f03.tar.xz gsoc2013-empathy-22370808b807c31c111fea61a33aa19d2dec1f03.tar.zst gsoc2013-empathy-22370808b807c31c111fea61a33aa19d2dec1f03.zip |
Allow to drop contacts on the group names (#619961)
-rw-r--r-- | 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 c9159463c..d30ce1a87 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); |