[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesdk/kbabel
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2004-07-17 11:27:42
Message-ID: 20040717112742.99412126C2 () office ! kde ! org
[Download RAW message or body]

CVS commit by lukas: 

- fix crash when pressing INS key
- make the INSERT/OVERWRITE edit mode work again


  M +2 -1      common/catalogview.h   1.6
  M +3 -3      kbabel/commentview.h   1.2
  M +0 -1      kbabel/kbabel.cpp   1.183
  M +1 -0      kbabel/kbabelview.cpp   1.257


--- kdesdk/kbabel/common/catalogview.h  #1.5:1.6
@@ -36,5 +36,6 @@ class EditCommand;
  * @short This class represents a base class for a catalog view.
  * @author Matthias Kiefer <matthias.kiefer@gmx.de>
- */                                                                              class CatalogView
+ */
+class CatalogView
 {
 public:

--- kdesdk/kbabel/kbabel/commentview.h  #1.1:1.2
@@ -64,5 +64,5 @@ public:
 public slots:
     virtual void setReadOnly(bool on);
-    void setOverwriteMode(bool on);
+    virtual void setOverwriteMode(bool on);
 
     virtual void readFileSettings();

--- kdesdk/kbabel/kbabel/kbabel.cpp  #1.182:1.183
@@ -1156,5 +1156,4 @@ void KBabelMW::toggleEditMode()
 
    m_view->setOverwriteMode(ovr);
-   m_commentview->setOverwriteMode(ovr);
 
    if(ovr)

--- kdesdk/kbabel/kbabel/kbabelview.cpp  #1.256:1.257
@@ -594,4 +594,5 @@ void KBabelView::setOverwriteMode(bool o
 {
    msgstrEdit->setOverwriteMode(ovr);
+   m_commentview->setOverwriteMode(ovr);
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic