ekiga r6875 - in trunk: . src/gui
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6875 - in trunk: . src/gui
- Date: Mon, 8 Sep 2008 17:41:59 +0000 (UTC)
Author: dsandras
Date: Mon Sep 8 17:41:59 2008
New Revision: 6875
URL: http://svn.gnome.org/viewvc/ekiga?rev=6875&view=rev
Log:
Longer timeouts when playing the ring to allow longer sounds.
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 Mon Sep 8 17:41:59 2008
@@ -603,7 +603,7 @@
Ekiga::AudioOutputCore *audiooutput_core = dynamic_cast<Ekiga::AudioOutputCore *> (mw->core.get ("audiooutput-core"));
if (!call.is_outgoing ()) {
- audiooutput_core->start_play_event("incoming_call_sound", 3000, 256);
+ audiooutput_core->start_play_event("incoming_call_sound", 6000, 256);
gm_main_window_incoming_call_dialog_show (GTK_WIDGET (self), call);
}
else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]