summarylogtreecommitdiffstats
path: root/sharetray.cpp.patch2
diff options
context:
space:
mode:
Diffstat (limited to 'sharetray.cpp.patch2')
-rw-r--r--sharetray.cpp.patch210
1 files changed, 10 insertions, 0 deletions
diff --git a/sharetray.cpp.patch2 b/sharetray.cpp.patch2
new file mode 100644
index 000000000000..ecc0b0c813e9
--- /dev/null
+++ b/sharetray.cpp.patch2
@@ -0,0 +1,10 @@
+--- sharetray.cpp 2012-02-19 20:18:22.055004155 +0100
++++ sharetray.cpp_mod 2012-02-19 20:31:48.852666353 +0100
+@@ -171,6 +171,7 @@
+
+
+ actStop->setEnabled ( false );
++ slotStartSharing();
+
+ // unix signals (TERM, INT) are piped into a unix socket and will raise Qt events
+ if (::socketpair(AF_UNIX, SOCK_STREAM, 0, sigkeybintFd))