~ubuntu-branches/ubuntu/karmic/amarok/karmic

« back to all changes in this revision

Viewing changes to src/browsers/collectionbrowser/CollectionWidget.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-09-28 20:43:54 UTC
  • mfrom: (1.77.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090928204354-21nwkd4dqlvz3jk3
Tags: 2:2.2.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
 
298
298
    m_searchWidget->toolBar()->addAction( searchMenuAction );
299
299
 
300
 
    //workaround string-freeze for 2.2
301
 
    debug() << i18n( "Toggle unified view mode" );
302
 
    KAction *toggleAction = new KAction( KIcon( "view-list-tree" ), i18n( "Toggle unified view mode. This is an experimental feature" ), this );
 
300
    KAction *toggleAction = new KAction( KIcon( "view-list-tree" ), i18n( "Toggle unified view mode" ), this );
303
301
    connect( toggleAction, SIGNAL( triggered( bool ) ), SLOT( toggleView() ) );
304
302
    m_searchWidget->toolBar()->addAction( toggleAction );
305
303