From 48e795d3c4448bf3e3e3077b5f240193707bdf09 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Tue, 15 Apr 2008 16:06:32 -0400
Subject: [PATCH] Modify filename

---
 sflphone-gtk/src/{SFLnotify.c => sflnotify.c} | 2 +-
 sflphone-gtk/src/{SFLnotify.h => sflnotify.h} | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename sflphone-gtk/src/{SFLnotify.c => sflnotify.c} (99%)
 rename sflphone-gtk/src/{SFLnotify.h => sflnotify.h} (95%)

diff --git a/sflphone-gtk/src/SFLnotify.c b/sflphone-gtk/src/sflnotify.c
similarity index 99%
rename from sflphone-gtk/src/SFLnotify.c
rename to sflphone-gtk/src/sflnotify.c
index 7a011399ad..b6a44fb768 100644
--- a/sflphone-gtk/src/SFLnotify.c
+++ b/sflphone-gtk/src/sflnotify.c
@@ -17,7 +17,7 @@
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <SFLnotify.h>
+#include <sflnotify.h>
 
 static NotifyNotification *notification;
 
diff --git a/sflphone-gtk/src/SFLnotify.h b/sflphone-gtk/src/sflnotify.h
similarity index 95%
rename from sflphone-gtk/src/SFLnotify.h
rename to sflphone-gtk/src/sflnotify.h
index 70658d97ec..c451f553b7 100644
--- a/sflphone-gtk/src/SFLnotify.h
+++ b/sflphone-gtk/src/sflnotify.h
@@ -29,10 +29,7 @@
 #include <actions.h>
 #include <statusicon.h>
 #include <configwindow.h>
-
-#define __TIMEOUT_MODE	"default"			
-#define __TIMEOUT_TIME	30000	    // 30 secondes			
-#define	__POPUP_WINDOW  ( dbus_popup_mode() ) 	
+#include <sflphone_const.h>
 
 /*
  * Notify an incoming call with the libnotify notification library
-- 
GitLab