From c39a9ee9166fda185bbb392b45f4de8abeea25fa Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 3 Feb 2009 09:03:26 +0000 Subject: 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 svn path=/trunk/; revision=2393 --- src/empathy-main-window.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/empathy-main-window.c') 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; } -- cgit v1.2.3