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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_phone.c b/src/conversation/gnunet-conversation-gtk_phone.c
index c9eba075..05be2bfa 100644
--- a/src/conversation/gnunet-conversation-gtk_phone.c
+++ b/src/conversation/gnunet-conversation-gtk_phone.c
@@ -1011,7 +1011,7 @@ GSC_PHONE_make_call (const char *arg)
1011 -1 ); 1011 -1 );
1012 GCG_update_status_bar (_("We are calling `%s', his phone should be ringing."), 1012 GCG_update_status_bar (_("We are calling `%s', his phone should be ringing."),
1013 peer_name); 1013 peer_name);
1014 GCG_HISTORY_add (CH_OUTGOING, 1014 GCG_HISTORY_add (GCG_HISTORY_TYPE_OUTGOING,
1015 peer_name); 1015 peer_name);
1016} 1016}
1017 1017
@@ -1066,7 +1066,7 @@ do_accept (struct GNUNET_CONVERSATION_Caller *sel_caller)
1066 GNUNET_CONVERSATION_caller_pick_up (sel_caller, 1066 GNUNET_CONVERSATION_caller_pick_up (sel_caller,
1067 &caller_event_handler, cl, 1067 &caller_event_handler, cl,
1068 speaker, mic); 1068 speaker, mic);
1069 GCG_HISTORY_add (CH_ACCEPTED, peer_name); 1069 GCG_HISTORY_add (GCG_HISTORY_TYPE_ACCEPTED, peer_name);
1070} 1070}
1071 1071
1072 1072