[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst/extensions/elog

George Staikos staikos at kde.org
Sun Nov 7 15:56:19 CET 2004


CVS commit by staikos: 

don't prevent the user from closing the dialog
(Please approve for merge to HEAD)


  M +6 -0      elogentry_i.cpp   1.6.2.1
  M +2 -0      elogentry_i.h   1.4.6.1


--- kdeextragear-2/kst/kst/extensions/elog/elogentry_i.cpp  #1.6:1.6.2.1
@@ -279,4 +279,10 @@ void ElogEntryI::loadSettings() {
 }
 
+
+void ElogEntryI::setEnabled(bool en) {
+  ElogEntry::setEnabled(en);
+  pushButtonClose->setEnabled(true);
+}
+
 #include "elogentry_i.moc"
 // vim: ts=2 sw=2 et

--- kdeextragear-2/kst/kst/extensions/elog/elogentry_i.h  #1.4:1.4.6.1
@@ -42,4 +42,5 @@ class ElogEntryI : public ElogEntry {
     
   public slots:
+    virtual void setEnabled(bool);
   
   protected slots:
@@ -70,2 +71,3 @@ class ElogEntryI : public ElogEntry {
 
 #endif // ELOGCONFIGURATIONI_H
+// vim: ts=2 sw=2 et





More information about the Kst mailing list