[ekiga] Call Window: Fixed call transfer.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Call Window: Fixed call transfer.
- Date: Sat, 11 Feb 2012 16:32:11 +0000 (UTC)
commit c7c898a156dbd1c59a6eda76b6821631ad7f81cf
Author: Damien Sandras <dsandras beip be>
Date: Sat Feb 11 17:20:09 2012 +0100
Call Window: Fixed call transfer.
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 c6924a6..fc8321e 100644
--- a/src/gui/call_window.cpp
+++ b/src/gui/call_window.cpp
@@ -629,7 +629,7 @@ static void
transfer_current_call_cb (G_GNUC_UNUSED GtkWidget *widget,
gpointer data)
{
- GtkWidget *cw = NULL;
+ EkigaCallWindow *cw = EKIGA_CALL_WINDOW (data);
g_return_if_fail (data != NULL);
ekiga_call_window_transfer_dialog_run (EKIGA_CALL_WINDOW (cw), GTK_WIDGET (data), NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]