summarylogtreecommitdiffstats
path: root/tasknc-sync_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tasknc-sync_fix.patch')
-rw-r--r--tasknc-sync_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/tasknc-sync_fix.patch b/tasknc-sync_fix.patch
deleted file mode 100644
index 3499b0fb390f..000000000000
--- a/tasknc-sync_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/tasklist.c b/src/tasklist.c
-index 3a5c323..0c106c0 100644
---- a/src/tasklist.c
-+++ b/src/tasklist.c
-@@ -308,7 +308,7 @@ void key_tasklist_sync() /* {{{ */
-
- statusbar_message(cfg.statusbar_timeout, "synchronizing tasks...");
-
-- ret = task_interactive_command("yes n | task merge && task push");
-+ ret = task_interactive_command("yes n | task sync");
-
- if (ret==0)
- {