Fix Bug 311534 - "Serverside subscription" dialog is always opened in

the background
FIXED-IN: 4.10
BUG: 311534
wilder-work
Montel Laurent 13 years ago
parent 6532b9a89b
commit 2bf41d8a51
  1. 2
      kmmainwidget.cpp

@ -4793,7 +4793,7 @@ void KMMainWidget::slotServerSideSubscription()
delete iface;
return;
}
const QDBusReply<int> reply = iface->call( QLatin1String( "configureSubscription" ) );
const QDBusReply<int> reply = iface->call( QLatin1String( "configureSubscription" ), (qlonglong)winId() );
if ( !reply.isValid() ) {
delete iface;
return;

Loading…
Cancel
Save