ekiga r7164 - in trunk: . src/gui
- From: jschamp svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7164 - in trunk: . src/gui
- Date: Tue, 7 Oct 2008 05:36:05 +0000 (UTC)
Author: jschamp
Date: Tue Oct 7 05:36:05 2008
New Revision: 7164
URL: http://svn.gnome.org/viewvc/ekiga?rev=7164&view=rev
Log:
Update calling states also on incoming call.
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 Oct 7 05:36:05 2008
@@ -618,6 +618,7 @@
Ekiga::AudioOutputCore *audiooutput_core = dynamic_cast<Ekiga::AudioOutputCore *> (mw->core.get ("audiooutput-core"));
if (!call.is_outgoing ()) {
+ gm_main_window_update_calling_state (GTK_WIDGET (self), Called);
audiooutput_core->start_play_event("incoming_call_sound", 4000, 256);
#ifdef HAVE_NOTIFY
gm_main_window_incoming_call_notify (GTK_WIDGET (self), call);
@@ -3258,6 +3259,7 @@
if (mw->transfer_call_popup)
gtk_dialog_response (GTK_DIALOG (mw->transfer_call_popup),
GTK_RESPONSE_REJECT);
+
break;
@@ -3271,7 +3273,7 @@
/* Update the connect button */
gm_connect_button_set_connected (GM_CONNECT_BUTTON (mw->connect_button),
TRUE);
-
+
break;
@@ -3287,6 +3289,7 @@
/* Update the connect button */
gm_connect_button_set_connected (GM_CONNECT_BUTTON (mw->connect_button),
TRUE);
+
break;
@@ -3298,7 +3301,7 @@
/* Update the connect button */
gm_connect_button_set_connected (GM_CONNECT_BUTTON (mw->connect_button),
FALSE);
-
+
break;
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]