diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-02 00:03:41 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-02 00:03:41 +0800 |
commit | b061499887ce7168f49c477836485bed1df5623c (patch) | |
tree | 2a76667723bbe43d2b1546d83f1ac4bd17afcf09 /data | |
parent | c5714fec91ef6666772ad3090c729a4dc9ab1504 (diff) | |
download | gsoc2013-empathy-b061499887ce7168f49c477836485bed1df5623c.tar gsoc2013-empathy-b061499887ce7168f49c477836485bed1df5623c.tar.gz gsoc2013-empathy-b061499887ce7168f49c477836485bed1df5623c.tar.bz2 gsoc2013-empathy-b061499887ce7168f49c477836485bed1df5623c.tar.lz gsoc2013-empathy-b061499887ce7168f49c477836485bed1df5623c.tar.xz gsoc2013-empathy-b061499887ce7168f49c477836485bed1df5623c.tar.zst gsoc2013-empathy-b061499887ce7168f49c477836485bed1df5623c.zip |
the command-line to show the accounts dialog is "empathy --accounts" now.
svn path=/trunk/; revision=1282
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy-properties.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/empathy-properties.desktop.in.in b/data/empathy-properties.desktop.in.in index 1f680e2cd..f13819db3 100644 --- a/data/empathy-properties.desktop.in.in +++ b/data/empathy-properties.desktop.in.in @@ -2,7 +2,7 @@ Encoding=UTF-8 _Name=Empathy accounts _Comment=Configure Telepathy account settings -Exec=empathy-accounts +Exec=empathy --accounts Icon=empathy Terminal=false Type=Application |