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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src
From:       Mark Kretschmann <markey () web ! de>
Date:       2005-05-08 12:30:04
Message-ID: 1115555404.451357.3038.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 410831 by markey:

Add icons to the menu entries.

 M  +2 -2      trunk/extragear/multimedia/amarok/src/contextbrowser.cpp  


--- trunk/extragear/multimedia/amarok/src/contextbrowser.cpp #410830:410831
@@ -2410,9 +2410,9 @@
     // Populate button menus with URLs from the history
     QStringList::ConstIterator it;
     for ( it = m_wikiBackHistory.begin(); it != m_wikiBackHistory.end(); ++it )
-        m_wikiBackPopup->insertItem( *it );
+        m_wikiBackPopup->insertItem( SmallIconSet( "wiki" ), *it );
     for ( it = m_wikiForwardHistory.begin(); it != m_wikiForwardHistory.end(); ++it )
-        m_wikiForwardPopup->insertItem( *it );
+        m_wikiForwardPopup->insertItem( SmallIconSet( "wiki" ), *it );
 
     debug() << "WIKI BACK-HISTORY SIZE   : " << m_wikiBackHistory.size() << endl;
     debug() << "WIKI FORWARD-HISTORY SIZE: " << m_wikiForwardHistory.size() << endl;
[prev in list] [next in list] [prev in thread] [next in thread] 

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