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

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

SVN commit 455622 by aseigo:

listen to kiosk restrictions when showing the config dialog


 M  +6 -1      konq_mainwindow.cc  


--- branches/KDE/3.5/kdebase/konqueror/konq_mainwindow.cc #455621:455622
@@ -1898,7 +1898,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