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

List:       kde-commits
Subject:    KDE/kdebase/konqueror
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-09-01 1:16:25
Message-ID: 1125537385.142193.24444.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 455628 by aseigo:

listen to kiosk restrictions when showing the config dialog


 M  +6 -1      konq_mainwindow.cc  


--- trunk/KDE/kdebase/konqueror/konq_mainwindow.cc #455627:455628
@@ -1908,7 +1908,12 @@
 
         for( QStringList::ConstIterator it = modules.begin();
                 it != end; ++it )
-            m_configureDialog->addModule( *it );
+        {
+            if ( kapp->authorizeControlModule( *it ) )
+            {
+                m_configureDialog->addModule( *it );
+            }
+        }
 
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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