summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/psi/files/0.8.7-shutdown.patch')
-rw-r--r--net-im/psi/files/0.8.7-shutdown.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-im/psi/files/0.8.7-shutdown.patch b/net-im/psi/files/0.8.7-shutdown.patch
new file mode 100644
index 000000000000..da5834c4b7a5
--- /dev/null
+++ b/net-im/psi/files/0.8.7-shutdown.patch
@@ -0,0 +1,16 @@
+Index: mainwin.cpp
+===================================================================
+RCS file: /home/cvs/psi/src/mainwin.cpp,v
+retrieving revision 1.12
+retrieving revision 1.13
+diff -u -r1.12 -r1.13
+--- mainwin.cpp 3 Apr 2003 06:25:26 -0000 1.12
++++ mainwin.cpp 9 Apr 2003 01:03:30 -0000 1.13
+@@ -559,6 +559,7 @@
+ {
+ if(tray) {
+ hide();
++ e->accept();
+ return;
+ }
+