[Xfce4-commits] <postler:master> Adjust autostart command line to new style

Christian Dywan noreply at xfce.org
Thu Aug 4 03:20:01 CEST 2011


Updating branch refs/heads/master
         to a2ce2f6d6a1ef3ad10649c8cd71a7e77c7865159 (commit)
       from d0aa0618f2eb962c72218c8e9ca95c4d3af37812 (commit)

commit a2ce2f6d6a1ef3ad10649c8cd71a7e77c7865159
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Aug 3 22:03:51 2011 +0200

    Adjust autostart command line to new style

 postler/postler-accounts.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index 636b033..6a49750 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -226,7 +226,7 @@ public class Postler.Accounts : GLib.Object {
             DirUtils.create_with_parents (autostart_path, 0700);
             FileUtils.set_contents (filename,
                 "[Desktop Entry]\nVersion=1.0\nType=Application\nName=Postler\n"
-              + "Exec=postler -m service\nIcon=internet-mail");
+              + "Exec=postler service\nIcon=internet-mail");
         }
         else if (infos.length () == 0)
             FileUtils.unlink (filename);


More information about the Xfce4-commits mailing list