[Konsole-devel] [Bug 58959] mouse sequences only generated in main window and are duplicated to detatched windows

Stephan Binner binner at kde.org
Mon May 26 07:41:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=58959     
binner at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From binner at kde.org  2003-05-26 09:41 -------
Subject: KDE_3_1_BRANCH: kdebase/konsole/konsole

CVS commit by binner: 

Fixed "mouse sequences only generated in main window and are duplicated to detatched windows"
CCMAIL: 58959-done at bugs.kde.org


  M +1 -1      TEmulation.h   1.27.2.2


--- kdebase/konsole/konsole/TEmulation.h  #1.27.2.1:1.27.2.2
@@ -30,5 +30,5 @@ public:
 
   TEmulation(TEWidget* gui);
-  void changeGUI(TEWidget* newgui);
+  virtual void changeGUI(TEWidget* newgui);
   ~TEmulation();


More information about the konsole-devel mailing list