[ekiga] Call Window: Fixed menu call hangup.



commit 9efd4cda01209bab7f1af84e5534848c4ab1ec4e
Author: Damien Sandras <dsandras beip be>
Date:   Sun Jan 29 18:15:01 2012 +0100

    Call Window: Fixed menu call hangup.

 src/gui/call_window.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/call_window.cpp b/src/gui/call_window.cpp
index 8228bd9..318b6cb 100644
--- a/src/gui/call_window.cpp
+++ b/src/gui/call_window.cpp
@@ -1935,7 +1935,7 @@ ekiga_call_window_init_menu (EkigaCallWindow *cw)
 
       GTK_MENU_ENTRY("disconnect", _("_Hangup"), _("Hangup the current call"),
 		     GM_STOCK_PHONE_HANG_UP_16, 'd',
-		     G_CALLBACK (hangup_call_cb), NULL, FALSE),
+		     G_CALLBACK (hangup_call_cb), cw, FALSE),
 
       GTK_MENU_SEPARATOR,
 



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