aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryids <yids@140774ce-b5e7-0310-ab8b-a85725594a96>2014-02-24 18:28:48 +0000
committeryids <yids@140774ce-b5e7-0310-ab8b-a85725594a96>2014-02-24 18:28:48 +0000
commit44f5310b98b27509d09ad86da157ff255700cd2c (patch)
tree834ca68dd2a62c5b3f0f2735ca4adc8d4e746086
parentd69dd49ddddc88f19743360b7b71ce2db05d8ec7 (diff)
downloadgnunet-gtk-44f5310b98b27509d09ad86da157ff255700cd2c.tar.gz
gnunet-gtk-44f5310b98b27509d09ad86da157ff255700cd2c.zip
- contacts init was done twice, removed one
-rw-r--r--src/conversation/gnunet-conversation-gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c
index 2dfc6457..28c7319c 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -1453,7 +1453,7 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1453 active_treeview = 1453 active_treeview =
1454 GTK_TREE_VIEW (get_object ("gnunet_conversation_gtk_active_calls_treeview")); 1454 GTK_TREE_VIEW (get_object ("gnunet_conversation_gtk_active_calls_treeview"));
1455 1455
1456 GNUNET_CONVERSATION_GTK_CONTACTS_init(); 1456
1457 1457
1458//gtk_tree_view_set_activate_on_single_click(contacts_treeview, TRUE); 1458//gtk_tree_view_set_activate_on_single_click(contacts_treeview, TRUE);
1459 1459