Should be fixed in 3.0~beta4ubuntu4 once it gets built/released, mornfall provided a fix on IRC just now:
diff -rN -p -u old-adept-3/adept/extendablelist.h new-adept-3/adept/extendablelist.h --- old-adept-3/adept/extendablelist.h 2008-10-23 02:16:18.851211536 +0200 +++ new-adept-3/adept/extendablelist.h 2008-10-23 02:16:19.279211883 +0200 @@ -103,6 +103,11 @@ public: closeAllEditorsRequested(); } + virtual void setModel( QAbstractItemModel *m ) { + closeAllEditors(); + QTreeView::setModel( m ); + } + Q_SIGNALS: void closeAllEditorsRequested(); }; ** Changed in: adept (Ubuntu) Status: Triaged => Fix Committed -- adept crashed with SIGSEGV in QTreeView::indexRowSizeHint() https://bugs.launchpad.net/bugs/285961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs