Don't pass a theme anymore

Configurability is set by the plasma package now
wilder-5.14
Aleix Pol 12 years ago
parent 307c08a354
commit 9710341637
  1. 3
      ksmserver/shutdown.cpp

@ -154,8 +154,7 @@ void KSMServer::shutdown( KWorkSpace::ShutdownConfirm confirm,
QString bopt;
if ( !logoutConfirmed ) {
KApplication::kApplication()->updateUserTimestamp();
QString theme = cg.readEntry( "theme", "default" );
logoutConfirmed = KSMShutdownDlg::confirmShutdown( maysd, choose, sdtype, bopt, theme);
logoutConfirmed = KSMShutdownDlg::confirmShutdown( maysd, choose, sdtype, bopt, QString());
}
if ( logoutConfirmed ) {

Loading…
Cancel
Save