Merging from old trunk:
r614901 | mlaurent | 2006-12-19 13:41:23 +0100 (Tue, 19 Dec 2006) | 2 lines Fix dbus call svn path=/trunk/KDE/kdebase/workspace/; revision=659493
This commit is contained in:
parent
ff5d1fe5ad
commit
1afce20bbf
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -131,7 +131,7 @@ Application::Application( )
|
|||
|
||||
initting = false; // startup done, we are up and running now.
|
||||
|
||||
QDBusInterface ksplash( "org.kde.ksplash", "/ksplash", "org.kde.KSplash" );
|
||||
QDBusInterface ksplash( "org.kde.ksplash", "/KSplash", "org.kde.KSplash" );
|
||||
ksplash.call( "upAndRunning", QString( "wm started" ));
|
||||
XEvent e;
|
||||
e.xclient.type = ClientMessage;
|
||||
|
|
Loading…
Reference in a new issue