From 204f962329d54e40f74287d8e0e1d063af0c9d53 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Wed, 30 Apr 2008 17:36:14 -0400
Subject: [PATCH] Stop notification if peer hang up

---
 sflphone-gtk/src/actions.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c
index 29c63022ca..6c75f3a855 100644
--- a/sflphone-gtk/src/actions.c
+++ b/sflphone-gtk/src/actions.c
@@ -122,6 +122,7 @@ sflphone_hung_up( call_t * c)
   c->state = CALL_STATE_DIALING;
   update_menus();
   status_tray_icon_blink( FALSE );
+  stop_notification();
 }
 
 /** Internal to actions: Fill account list */
-- 
GitLab