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

List:       kde-commits
Subject:    koffice/kexi/formeditor (silent)
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2005-07-22 22:06:25
Message-ID: 1122069985.951696.30188.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 437730 by staniek:

SVN_SILENT: +sanity check



 M  +1 -1      widgetpropertyset.cpp  


--- trunk/koffice/kexi/formeditor/widgetpropertyset.cpp #437729:437730
@@ -153,7 +153,7 @@
 WidgetPropertySet::saveModifiedProperties()
 {
 	QWidget * w = d->widgets.first();
-	if(!w || d->widgets.count() > 1 || !d->manager->activeForm())
+	if(!w || d->widgets.count() > 1 || !d->manager->activeForm() || \
!d->manager->activeForm()->objectTree())  return;
 	ObjectTreeItem *tree = d->manager->activeForm()->objectTree()->lookup(w->name());
 	if(!tree)


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

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