[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/dialogs

Oliver Kellogg okellogg at users.sourceforge.net
Wed Feb 21 22:09:50 UTC 2007


SVN commit 636097 by okellogg:

slotApply(): Backport fix by Antoine Dopffer from trunk commit 636081.


 M  +2 -1      settingsdlg.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/dialogs/settingsdlg.cpp #636096:636097
@@ -314,7 +314,8 @@
 
 void SettingsDlg::slotApply() {
     applyPage( (Settings::Page) activePageIndex() );
-    emit applyClicked();
+    //do no emit signal applyClicked in the slot slotApply -> infinite loop
+    //emit applyClicked();
 }
 
 void SettingsDlg::slotOk() {




More information about the umbrello-devel mailing list