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

List:       kde-commits
Subject:    branches/KDE/4.3/kdebase/apps/konqueror/sidebar
From:       David Faure <faure () kde ! org>
Date:       2009-08-28 19:27:28
Message-ID: 1251487648.674695.6447.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1016750 by dfaure:

Backport: hide old history module from sidebar. BUG 205521.


 M  +2 -1      sidebar_widget.cpp  


--- branches/KDE/4.3/kdebase/apps/konqueror/sidebar/sidebar_widget.cpp #1016749:1016750
@@ -656,7 +656,8 @@
 	{
 		kDebug()<<"m_path: "<<m_path;
 		QDir dir(m_path);
-		const QStringList list=dir.entryList(QStringList() << "*.desktop");
+		QStringList list=dir.entryList(QStringList() << "*.desktop");
+		list.removeAll( "history.desktop" ); // #205521
 		for (QStringList::const_iterator it=list.constBegin(); it!=list.constEnd(); ++it)
 		{
 			addButton(*it);
[prev in list] [next in list] [prev in thread] [next in thread] 

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