From: Jonny Lamb Date: Fri, 1 Aug 2008 16:03:39 +0000 (+0000) Subject: Added empathy-properties desktop file to configure MC accounts from the GNOME panel... X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=c5714fec91ef6666772ad3090c729a4dc9ab1504 Added empathy-properties desktop file to configure MC accounts from the GNOME panel -> System -> Preferences. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1281 --- diff --git a/configure.ac b/configure.ac index 5d6ee581..9f69161d 100644 --- a/configure.ac +++ b/configure.ac @@ -286,6 +286,7 @@ AC_OUTPUT([ Makefile data/Makefile data/empathy.desktop.in + data/empathy-properties.desktop.in data/icons/Makefile extensions/Makefile po/Makefile.in diff --git a/data/.gitignore b/data/.gitignore index fd8659a1..b8790282 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,3 +1,5 @@ empathy.desktop empathy.desktop.in +empathy-properties.desktop +empathy-properties.desktop.in empathy.schemas diff --git a/data/Makefile.am b/data/Makefile.am index bc225fc3..eef68013 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -18,7 +18,7 @@ profile_DATA = \ groupwise.profile desktopdir = $(datadir)/applications -desktop_in_files = empathy.desktop.in +desktop_in_files = empathy.desktop.in empathy-properties.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ diff --git a/data/empathy-properties.desktop.in.in b/data/empathy-properties.desktop.in.in new file mode 100644 index 00000000..1f680e2c --- /dev/null +++ b/data/empathy-properties.desktop.in.in @@ -0,0 +1,14 @@ +[Desktop Entry] +Encoding=UTF-8 +_Name=Empathy accounts +_Comment=Configure Telepathy account settings +Exec=empathy-accounts +Icon=empathy +Terminal=false +Type=Application +Categories=Settings; +OnlyShowIn=GNOME; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=empathy +X-GNOME-Bugzilla-Component=General +X-GNOME-Bugzilla-Version=@VERSION@