ekiga r6895 - in trunk: . src/gui
- From: mschneid svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6895 - in trunk: . src/gui
- Date: Tue, 9 Sep 2008 17:09:47 +0000 (UTC)
Author: mschneid
Date: Tue Sep 9 17:09:47 2008
New Revision: 6895
URL: http://svn.gnome.org/viewvc/ekiga?rev=6895&view=rev
Log:
Fixed missing statistics update.
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 Tue Sep 9 17:09:47 2008
@@ -694,6 +694,13 @@
if (mw->qualitymeter)
gm_powermeter_set_level (GM_POWERMETER (mw->qualitymeter),
quality_level);
+
+ gm_main_window_update_stats (GTK_WIDGET (self), lost, late, out_of_order, jitter,
+ 0, 0, 0, 0,
+ videooutput_stats.rx_width,
+ videooutput_stats.rx_height,
+ videooutput_stats.tx_width,
+ videooutput_stats.tx_height);
}
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]