[ekiga] Call Window: Droped "incrused in a separate window".



commit cc8a6d9b35120d377ec99abd28362a86eb07f969
Author: Damien Sandras <dsandras beip be>
Date:   Sun Mar 11 14:21:32 2012 +0100

    Call Window: Droped "incrused in a separate window".
    
    This setting is still accessible through GConf, but it does not make
    much sense anymore since we already are in a separate window.

 src/gui/call_window.cpp |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/gui/call_window.cpp b/src/gui/call_window.cpp
index dec5deb..ddc109f 100644
--- a/src/gui/call_window.cpp
+++ b/src/gui/call_window.cpp
@@ -1946,12 +1946,6 @@ ekiga_call_window_init_menu (EkigaCallWindow *cw)
 			   G_CALLBACK (display_changed_cb),
 			   (gpointer) VIDEO_DISPLAY_KEY "video_view",
 			   false, false),
-      GTK_MENU_RADIO_ENTRY("both_incrusted_window", _("Picture-in-Picture in Separate _Window"),
-			   _("Both video images"),
-			   NULL, '4',
-			   G_CALLBACK (display_changed_cb),
-			   (gpointer) VIDEO_DISPLAY_KEY "video_view",
-			   false, false),
       GTK_MENU_SEPARATOR,
 
       GTK_MENU_ENTRY("zoom_in", NULL, _("Zoom in"),



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