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

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/standardoutputview
From:       Hamish Rodda <rodda () kde ! org>
Date:       2008-06-11 11:03:28
Message-ID: 1213182208.896725.8345.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 819479 by rodda:

Fix bug in standard output plugin whereby history based views would not allow \
activation of items and next / previous actions


 M  +1 -1      outputwidget.cpp  


--- trunk/KDE/kdevplatform/plugins/standardoutputview/outputwidget.cpp #819478:819479
@@ -192,7 +192,7 @@
     if( data->type & KDevelop::IOutputView::MultipleView )
     {
         widget = tabwidget->currentWidget();
-    } else if( data->type & KDevelop::IOutputView::MultipleView )
+    } else if( data->type & KDevelop::IOutputView::HistoryView )
     {
         widget = stackwidget->currentWidget();
     } else


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

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