aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:03:26 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 17:03:26 +0800
commitc39a9ee9166fda185bbb392b45f4de8abeea25fa (patch)
tree7c2372779abc79af9d3d391338616b75cda1acdb /src/empathy-main-window.c
parent6c53e0813f7ab0dd8c0f14893b9617e2a692ff58 (diff)
downloadgsoc2013-empathy-c39a9ee9166fda185bbb392b45f4de8abeea25fa.tar
gsoc2013-empathy-c39a9ee9166fda185bbb392b45f4de8abeea25fa.tar.gz
gsoc2013-empathy-c39a9ee9166fda185bbb392b45f4de8abeea25fa.tar.bz2
gsoc2013-empathy-c39a9ee9166fda185bbb392b45f4de8abeea25fa.tar.lz
gsoc2013-empathy-c39a9ee9166fda185bbb392b45f4de8abeea25fa.tar.xz
gsoc2013-empathy-c39a9ee9166fda185bbb392b45f4de8abeea25fa.tar.zst
gsoc2013-empathy-c39a9ee9166fda185bbb392b45f4de8abeea25fa.zip
Let the event-manager manage the sounds
Let the event-manager handle sounds instead of the main window. Also make the incoming phone sound be played in a loop. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2393
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 57872a7b5..77fa538d6 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -292,9 +292,6 @@ main_window_flash_cb (EmpathyMainWindow *window)
static void
main_window_flash_start (EmpathyMainWindow *window)
{
- empathy_sound_play (GTK_WIDGET (window->window),
- EMPATHY_SOUND_CONVERSATION_NEW);
-
if (window->flash_timeout_id != 0) {
return;
}