Updating branch refs/heads/master
         to 43ea54042a88826122e4a8f9a0164ddec65012ae (commit)
       from 98ff70d5ffa8268038148ba0a226612db4a5a5d5 (commit)

commit 43ea54042a88826122e4a8f9a0164ddec65012ae
Author: Christian Dywan <christ...@twotoasts.de>
Date:   Mon Dec 20 23:24:17 2010 +0100

    Remove extra space causing warning in mbsync

 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 b2a0303..65e31ff 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -540,7 +540,7 @@ public class Postler.Accounts : GLib.Object {
             if (mbsync == null || mbsync == "")
                 mbsync = "postler-mbsync";
             string filename = get_tool_configuration (null, info);
-            command = "%s --list -c %s  mirror".printf (
+            command = "%s --list -c %s mirror".printf (
                 mbsync, filename);
         }
         else
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to