Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 198

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.1.94/ksmserver/shutdown.cpp--	2003-12-19 06:17:13.535555696 -0500
+++ kdebase-3.1.94/ksmserver/shutdown.cpp	2003-12-19 06:17:37.657888544 -0500
@@ -104,14 +104,14 @@ KSMShutdownDlg::KSMShutdownDlg( QWidget*
         rLogout = new KSMRadioButton( i18n("&End session only"), tgrp );
         rHalt = new KSMRadioButton( i18n("&Turn off computer"), tgrp );
         rReboot = new KSMRadioButton( i18n("&Restart computer"), tgrp );
-
+#if 0
         QObject::connect(rLogout, SIGNAL(doubleClicked()),
                          this, SLOT(accept()));
         QObject::connect(rHalt, SIGNAL(doubleClicked()),
                          this, SLOT(accept()));
         QObject::connect(rReboot, SIGNAL(doubleClicked()),
                          this, SLOT(accept()));
-
+#endif
 
         grid->addWidget( rLogout, 1, 1 );
         grid->addWidget( rHalt, 2, 1 );