empathy r1281 - in trunk: . data



Author: xclaesse
Date: Fri Aug  1 16:03:39 2008
New Revision: 1281
URL: http://svn.gnome.org/viewvc/empathy?rev=1281&view=rev

Log:
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>


Added:
   trunk/data/empathy-properties.desktop.in.in
Modified:
   trunk/configure.ac
   trunk/data/.gitignore
   trunk/data/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Aug  1 16:03:39 2008
@@ -286,6 +286,7 @@
    Makefile
    data/Makefile
    data/empathy.desktop.in
+   data/empathy-properties.desktop.in
    data/icons/Makefile
    extensions/Makefile
    po/Makefile.in

Modified: trunk/data/.gitignore
==============================================================================
--- trunk/data/.gitignore	(original)
+++ trunk/data/.gitignore	Fri Aug  1 16:03:39 2008
@@ -1,3 +1,5 @@
 empathy.desktop
 empathy.desktop.in
+empathy-properties.desktop
+empathy-properties.desktop.in
 empathy.schemas

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Fri Aug  1 16:03:39 2008
@@ -18,7 +18,7 @@
 	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@
 

Added: trunk/data/empathy-properties.desktop.in.in
==============================================================================
--- (empty file)
+++ trunk/data/empathy-properties.desktop.in.in	Fri Aug  1 16:03:39 2008
@@ -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@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]