ekiga r7586 - in trunk: . src/gui



Author: dsandras
Date: Wed Jan 21 21:51:45 2009
New Revision: 7586
URL: http://svn.gnome.org/viewvc/ekiga?rev=7586&view=rev

Log:
Clear call url at the end of calls. (#568249)


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Wed Jan 21 21:51:45 2009
@@ -687,6 +687,7 @@
     ekiga_main_window_set_stay_on_top (mw, FALSE);
   ekiga_main_window_update_calling_state (mw, Standby);
   ekiga_main_window_set_status (mw, _("Standby"));
+  ekiga_main_window_set_call_url (mw, "sip:");
   ekiga_main_window_set_call_duration (mw, NULL);
   ekiga_main_window_set_call_info (mw, NULL, NULL, NULL, NULL);
   if (!gm_conf_get_bool (USER_INTERFACE_KEY "main_window/show_call_panel"))



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