diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-08-02 00:03:39 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-02 00:03:39 +0800 |
commit | c5714fec91ef6666772ad3090c729a4dc9ab1504 (patch) | |
tree | 9c50f7f2d961b8ce174bb1ab8df5b771d59f0c21 /data | |
parent | 87000e7fc6b04af2a3f0fba45aed446726129cbb (diff) | |
download | gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.gz gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.bz2 gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.lz gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.xz gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.zst gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.zip |
Added empathy-properties desktop file to configure MC accounts from the GNOME panel -> System -> Preferences. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1281
Diffstat (limited to 'data')
-rw-r--r-- | data/.gitignore | 2 | ||||
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/empathy-properties.desktop.in.in | 14 |
3 files changed, 17 insertions, 1 deletions
diff --git a/data/.gitignore b/data/.gitignore index fd8659a18..b87902826 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 bc225fc34..eef680131 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 000000000..1f680e2cd --- /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@ |