]> git.0d.be Git - empathy.git/commitdiff
Added empathy-properties desktop file to configure MC accounts from the GNOME panel...
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 1 Aug 2008 16:03:39 +0000 (16:03 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 1 Aug 2008 16:03:39 +0000 (16:03 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1281

configure.ac
data/.gitignore
data/Makefile.am
data/empathy-properties.desktop.in.in [new file with mode: 0644]

index 5d6ee5817b92393eac972f1249a0030efd5f33eb..9f69161d684e9f2ad037bd02ea761a473990db04 100644 (file)
@@ -286,6 +286,7 @@ AC_OUTPUT([
    Makefile
    data/Makefile
    data/empathy.desktop.in
    Makefile
    data/Makefile
    data/empathy.desktop.in
+   data/empathy-properties.desktop.in
    data/icons/Makefile
    extensions/Makefile
    po/Makefile.in
    data/icons/Makefile
    extensions/Makefile
    po/Makefile.in
index fd8659a1854f43e317dc1ac001630ae839bc0ef0..b879028262024d57459198d021b9e0c8a48c137d 100644 (file)
@@ -1,3 +1,5 @@
 empathy.desktop
 empathy.desktop.in
 empathy.desktop
 empathy.desktop.in
+empathy-properties.desktop
+empathy-properties.desktop.in
 empathy.schemas
 empathy.schemas
index bc225fc34a39aa361f7fa27b3d401ec16ffa5537..eef6801316affffc362f7bb957a33a2a052e0b71 100644 (file)
@@ -18,7 +18,7 @@ profile_DATA =                                \
        groupwise.profile
 
 desktopdir = $(datadir)/applications
        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@
 
 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 (file)
index 0000000..1f680e2
--- /dev/null
@@ -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@