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

List:       kde-commits
Subject:    branches/work/kdm-plasma/kdm/plasmafrontend
From:       Shaun Reich <shaun.reich () kdemail ! net>
Date:       2010-07-01 1:24:53
Message-ID: 20100701012453.6346AAC8E3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1144841 by sreich:

compile hacks(for now)

 M  +4 -5      kgdialog.cpp  


--- branches/work/kdm-plasma/kdm/plasmafrontend/kgdialog.cpp #1144840:1144841
@@ -25,7 +25,6 @@
 #include "kgdialog.h"
 #include "kgverify.h"
 #include "kconsole.h"
-#include "kdmshutdown.h"
 #include "kdm_greet.h"
 #include "utils.h"
 
@@ -173,7 +172,7 @@
 #endif
 	if (verify)
 		verify->suspend();
-	int ret = KDMConfShutdown( -1, sess, SHUT_CONSOLE, 0 ).exec();
+	int ret = 0; //KDMConfShutdown( -1, sess, SHUT_CONSOLE, 0 ).exec();
 	if (verify)
 		verify->resume();
 	if (!ret)
@@ -193,11 +192,11 @@
 	QAction *action = (QAction *)sender();
 	if (action->data().isNull()) {
 		if (_scheduledSd == SHUT_ALWAYS)
-			KDMShutdown::scheduleShutdown( this );
+			;//KDMShutdown::scheduleShutdown( this );
 		else
-			KDMSlimShutdown( this ).exec();
+			;//KDMSlimShutdown( this ).exec();
 	} else
-		KDMSlimShutdown::externShutdown( action->data().toInt(), 0, -1, false );
+		;//KDMSlimShutdown::externShutdown( action->data().toInt(), 0, -1, false );
 	if (verify)
 		verify->resume();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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