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

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

SVN commit 1016749 by dfaure:

hide old history module from sidebar
BUG: 205521


 M  +2 -1      sidebar_widget.cpp  


--- trunk/KDE/kdebase/apps/konqueror/sidebar/sidebar_widget.cpp #1016748:1016749
@@ -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