*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 31 Oct 2007 01:50:35 +0100
changeset 4826 0c02ab4c86bd
parent 4825 ee8a11b6056e
child 4827 e689c11179d9
*** empty log message ***
StandardSystemView.st
--- a/StandardSystemView.st	Wed Oct 31 01:49:59 2007 +0100
+++ b/StandardSystemView.st	Wed Oct 31 01:50:35 2007 +0100
@@ -1070,6 +1070,8 @@
     "WIN32 only: double-click in the tray.
      Nothing done here"
 
+    ^ self
+
     "Created: / 31-10-2007 / 01:46:27 / cg"
 !
 
@@ -1077,6 +1079,8 @@
     "WIN32 only: button-press in the tray.
      Nothing done here"
 
+    ^ self
+
     "Created: / 31-10-2007 / 01:25:52 / cg"
 !
 
@@ -1084,6 +1088,8 @@
     "WIN32 only: button-release in the tray.
      Nothing done here"
 
+    ^ self
+
     "Created: / 31-10-2007 / 01:25:55 / cg"
 !
 
@@ -1091,6 +1097,8 @@
     "WIN32 only: mouse-motion in the tray.
      Nothing done here"
 
+    ^ self
+
     "Created: / 31-10-2007 / 01:25:33 / cg"
 ! !
 
@@ -1570,7 +1578,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.178 2007-10-31 00:49:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.179 2007-10-31 00:50:35 cg Exp $'
 ! !
 
 StandardSystemView initialize!