[Xfce4-commits] <postler:master> Remove extra space causing warning in mbsync
Christian Dywan
noreply at xfce.org
Tue Dec 21 20:50:03 CET 2010
Updating branch refs/heads/master
to 43ea54042a88826122e4a8f9a0164ddec65012ae (commit)
from 98ff70d5ffa8268038148ba0a226612db4a5a5d5 (commit)
commit 43ea54042a88826122e4a8f9a0164ddec65012ae
Author: Christian Dywan <christian at 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
More information about the Xfce4-commits
mailing list