aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_phone.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk_phone.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_phone.c b/src/conversation/gnunet-conversation-gtk_phone.c
index 4f6972e4..4695bdd8 100644
--- a/src/conversation/gnunet-conversation-gtk_phone.c
+++ b/src/conversation/gnunet-conversation-gtk_phone.c
@@ -1720,7 +1720,7 @@ gnunet_conversation_gtk_ego_combobox_changed_cb (GtkComboBox *widget,
1720 } 1720 }
1721 update_phone_record (); 1721 update_phone_record ();
1722 check_call_sensitivity (); 1722 check_call_sensitivity ();
1723 do_status(); 1723 do_status ();
1724} 1724}
1725 1725
1726 1726
@@ -1760,6 +1760,7 @@ GCG_PHONE_init ()
1760 active_treeview = 1760 active_treeview =
1761 GTK_TREE_VIEW (GCG_get_main_window_object 1761 GTK_TREE_VIEW (GCG_get_main_window_object
1762 ("gnunet_conversation_gtk_active_calls_treeview")); 1762 ("gnunet_conversation_gtk_active_calls_treeview"));
1763 do_status ();
1763} 1764}
1764 1765
1765 1766