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

List:       kde-commits
Subject:    KDE/kdebase/kioslave
From:       Laurent Montel <montel () kde ! org>
Date:       2005-11-16 14:38:28
Message-ID: 1132151908.834021.16356.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 480761 by mlaurent:

Fix some error


 M  +1 -1      home/kio_home.cpp  
 M  +1 -1      media/kio_media.cpp  
 M  +1 -1      remote/kio_remote.cpp  
 M  +1 -1      system/kio_system.cpp  
 M  +1 -1      thumbnail/thumbnail.cpp  
 M  +1 -1      trash/kio_trash.cpp  


--- trunk/KDE/kdebase/kioslave/home/kio_home.cpp #480760:480761
@@ -45,7 +45,7 @@
 		putenv(strdup("SESSION_MANAGER="));
 		KCmdLineArgs::init(argc, argv, "kio_home", 0, 0, 0);
 		KCmdLineArgs::addCmdLineOptions( options );
-		KApplication app( false, false );
+		KApplication app(  false );
 		// We want to be anonymous even if we use DCOP
 		app.dcopClient()->attach();
 		DCOPRef ref( "kded", "kded" );
--- trunk/KDE/kdebase/kioslave/media/kio_media.cpp #480760:480761
@@ -46,7 +46,7 @@
 		putenv(strdup("SESSION_MANAGER="));
 		KCmdLineArgs::init(argc, argv, "kio_media", 0, 0, 0);
 		KCmdLineArgs::addCmdLineOptions( options );
-		KApplication app( false, false );
+		KApplication app(  false );
 		// We want to be anonymous even if we use DCOP
 		app.dcopClient()->attach();
 
--- trunk/KDE/kdebase/kioslave/remote/kio_remote.cpp #480760:480761
@@ -47,7 +47,7 @@
 		putenv(strdup("SESSION_MANAGER="));
 		KCmdLineArgs::init(argc, argv, "kio_remote", 0L, 0L, false);
 		KCmdLineArgs::addCmdLineOptions( options );
-		KApplication app( false, false );
+		KApplication app(  false );
 		// We want to be anonymous even if we use DCOP
 		app.dcopClient()->attach();
 		DCOPRef ref( "kded", "kded" );
--- trunk/KDE/kdebase/kioslave/system/kio_system.cpp #480760:480761
@@ -48,7 +48,7 @@
 		putenv(strdup("SESSION_MANAGER="));
 		KCmdLineArgs::init(argc, argv, "kio_system", 0, 0, 0);
 		KCmdLineArgs::addCmdLineOptions( options );
-		KApplication app( false, false );
+		KApplication app( false );
 		// We want to be anonymous even if we use DCOP
 		app.dcopClient()->attach();
 		DCOPRef ref( "kded", "kded" );
--- trunk/KDE/kdebase/kioslave/thumbnail/thumbnail.cpp #480760:480761
@@ -113,7 +113,7 @@
     KAboutData about("kio_thumbnail", "kio_thumbmail", "KDE 4.x.x");
     KCmdLineArgs::init(&about);
 
-    KApplication app( false, true);
+    KApplication app( true);
 #endif
 
     if (argc != 4)
--- trunk/KDE/kdebase/kioslave/trash/kio_trash.cpp #480760:480761
@@ -60,7 +60,7 @@
         KApplication::disableAutoDcopRegistration();
         KCmdLineArgs::init(argc, argv, "kio_trash", 0, 0, 0);
         KCmdLineArgs::addCmdLineOptions( options );
-        KApplication app( false, false );
+        KApplication app( false );
 
         KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
         TrashProtocol slave( args->arg(0), args->arg(1), args->arg(2) );
[prev in list] [next in list] [prev in thread] [next in thread] 

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