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

List:       kde-commits
Subject:    kdenox/konq-embed/src
From:       Uli Luckas <u.luckas () road-gmbh ! de>
Date:       2007-06-08 14:00:00
Message-ID: 1181311200.820634.11326.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 672935 by luckas:

- Adapt road gui to commit 670087


 M  +4 -0      mainwindow_road.cc  


--- trunk/kdenox/konq-embed/src/mainwindow_road.cc #672934:672935
@@ -669,6 +669,7 @@
 
 void MainWindowRoad::slotShowURLHistory()
 {
+#ifdef ENABLE_PROTECTEDHISTORY
     bool show_history = false;
     KConfig* config = KGlobal::config();
     config->setGroup( "General" );
@@ -688,15 +689,18 @@
                 history_viewer->writeConfiguration();
             delete history_viewer;
     }
+#endif
 }
 
 void MainWindowRoad::slotOpenHistoryUrl( const QString& url )
 {
+#ifdef ENABLE_PROTECTEDHISTORY
     // Close preference dialog the nice way!
     if ( m_pPref ){
         QTimer::singleShot( 0, m_pPref, SLOT( accept() ) );
     }
     urlEntered( url );
+#endif
 }
 
 // Search mode, consisting of
[prev in list] [next in list] [prev in thread] [next in thread] 

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