ekiga r7017 - in trunk: . src/gui



Author: dsandras
Date: Thu Sep 18 20:42:29 2008
New Revision: 7017
URL: http://svn.gnome.org/viewvc/ekiga?rev=7017&view=rev

Log:
Make sure the status bar is reset when a call ends.


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	Thu Sep 18 20:42:29 2008
@@ -667,7 +667,7 @@
                            mw->current_call->get_received_video_bandwidth (),
                            videooutput_stats.tx_fps,
                            videooutput_stats.rx_fps);
-    gm_main_window_push_info_message (GTK_WIDGET (self), msg);
+    gm_main_window_flash_message (GTK_WIDGET (self), msg);
     gm_main_window_set_call_duration (GTK_WIDGET (self), mw->current_call->get_duration ().c_str ());
     g_free (msg);
 



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