]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - debian/patches/do-not-phone-home.patch
Import Debian changes 2.6.11-3
[sven/vym.git] / debian / patches / do-not-phone-home.patch
diff --git a/debian/patches/do-not-phone-home.patch b/debian/patches/do-not-phone-home.patch
new file mode 100644 (file)
index 0000000..7cebfe4
--- /dev/null
@@ -0,0 +1,12 @@
+Index: vym/mainwindow.cpp
+===================================================================
+--- vym.orig/mainwindow.cpp
++++ vym/mainwindow.cpp
+@@ -5995,6 +5995,7 @@ void Main::checkReleaseNotes()
+ bool Main::downloadsEnabled (bool userTriggered)
+ {
++    return false;
+     bool result;
+     if (!userTriggered && settings.value("/downloads/enabled", false).toBool())
+     {