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

List:       kde-commits
Subject:    kdeextragear-1/amarok/src
From:       Mark Kretschmann <markey () web ! de>
Date:       2004-10-01 17:40:50
Message-ID: 20041001174050.5E435996F () office ! kde ! org
[Download RAW message or body]

CVS commit by markey: 

Fix "Start Scan" button.


  M +7 -1      collectionbrowser.cpp   1.206
  M +1 -0      collectionbrowser.h   1.91


--- kdeextragear-1/amarok/src/collectionbrowser.cpp  #1.205:1.206
@@ -75,6 +75,6 @@ CollectionBrowser::CollectionBrowser( co
 
     KActionCollection* ac = new KActionCollection( this );
-    m_configureAction = new KAction( i18n("Configure Folders"), "configure", 0, \
                this, SLOT( setupDirs() ), ac, "Configure" );
     m_scanAction = new KAction( i18n("Start Scan"), "reload", 0, this, SLOT( scan() \
), ac, "Start Scan" ); +    m_configureAction = new KAction( i18n("Configure \
Folders"), "configure", 0, this, SLOT( setupDirs() ), ac, "Configure" );  
     KActionMenu* tagfilterMenuButton = new KActionMenu( i18n("Tag Filter"), \
"filter", ac ); @@ -165,4 +165,10 @@ CollectionBrowser::clearFilter()
 
 void
+CollectionBrowser::scan()  //SLOT
+{
+    m_view->scan();
+}
+
+void
 CollectionBrowser::setupDirs()  //SLOT
 {

--- kdeextragear-1/amarok/src/collectionbrowser.h  #1.90:1.91
@@ -36,4 +36,5 @@ class CollectionBrowser: public QVBox
 
     public slots:
+        void scan();
         void setupDirs();
 


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

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