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

List:       kde-commits
Subject:    koffice/kexi/plugins/forms
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2009-08-23 14:41:10
Message-ID: 1251038470.286959.16387.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1014673 by staniek:

crash removed: data source page is only used in design mode


 M  +3 -1      kexiformview.cpp  


--- trunk/koffice/kexi/plugins/forms/kexiformview.cpp #1014672:1014673
@@ -533,7 +533,9 @@
 //        propertySetSwitched();
     propertySetReloaded();
 /*    }*/
-    formPart()->dataSourcePage()->assignPropertySet(&form()->propertySet());
+    if (viewMode() == Kexi::DesignViewMode) {
+        formPart()->dataSourcePage()->assignPropertySet(&form()->propertySet());
+    }
 }
 
 tristate
[prev in list] [next in list] [prev in thread] [next in thread] 

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