From e9b19b075f646ec03d6c2bd5b8537a29fca4497f Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Mon, 27 Apr 2009 11:52:29 -0400
Subject: [PATCH] [#1212] FIx .desktop file to point on the right exec

---
 sflphone-client-gnome/sflphone.desktop.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sflphone-client-gnome/sflphone.desktop.in b/sflphone-client-gnome/sflphone.desktop.in
index ab795c1b32..4511f7302a 100644
--- a/sflphone-client-gnome/sflphone.desktop.in
+++ b/sflphone-client-gnome/sflphone.desktop.in
@@ -1,9 +1,9 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=SFLphone VoIP client
+Name=SFLphone GNOME VoIP client
 GenericName=Telephone
 Comment=Call and receive calls with SIP or IAX protocols
-Exec=sflphone-gtk
+Exec=sflphone-client-gnome
 Icon=sflphone.png
 StartupNotify=true
 Terminal=false
-- 
GitLab