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

List:       kde-commits
Subject:    koffice/kexi/koproperty2/koproperty
From:       Adam Pigg <adam () piggz ! co ! uk>
Date:       2009-01-13 21:53:43
Message-ID: 1231883623.567976.26556.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 910657 by piggz:

This line crashes when changing the interpreter type in the script plugin.  jstaniek, can you see why?

 M  +2 -1      EditorView.cpp  


--- trunk/koffice/kexi/koproperty2/koproperty/EditorView.cpp #910656:910657
@@ -319,7 +319,8 @@
         QModelIndex index = currentIndex();
         if (index.isValid()) {
             Property *property = d->model->propertyForItem(index);
-            d->set->setPreviousSelection(property->name());
+            //TODO This crashes when changing the interpreter type in the script plugin
+            //d->set->setPreviousSelection(property->name()); 
         }
         else {
             d->set->setPreviousSelection(QByteArray());
[prev in list] [next in list] [prev in thread] [next in thread] 

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