[ekiga] Call Window: Limit the call stats to the video image.



commit e211ccde46fbb293c2d2dc49e5ed06bbb8e50dff
Author: Damien Sandras <dsandras beip be>
Date:   Sun Feb 19 15:24:29 2012 +0100

    Call Window: Limit the call stats to the video image.

 src/gui/call_window.cpp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/call_window.cpp b/src/gui/call_window.cpp
index f6800cb..104105c 100644
--- a/src/gui/call_window.cpp
+++ b/src/gui/call_window.cpp
@@ -1482,9 +1482,7 @@ ekiga_call_window_update_stats (EkigaCallWindow *cw,
   g_free(stats_msg_re);
   g_free(stats_msg_codecs);
 
-  if (cw->priv->statusbar_ebox) {
-    gtk_widget_set_tooltip_text (GTK_WIDGET (cw), stats_msg);
-  }
+  gtk_widget_set_tooltip_text (GTK_WIDGET (cw->priv->main_video_image), stats_msg);
   g_free (stats_msg);
 
   /* "arithmetics" for the quality level */



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