fix comment
This commit is contained in:
parent
b30380700f
commit
78ff91ae6c
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ static void screen_tell_ksplash()
|
||||||
const char *args[] = { "dcop", "ksplash", "ksplash",
|
const char *args[] = { "dcop", "ksplash", "ksplash",
|
||||||
"upAndRunning(QString)", "wm started", NULL };
|
"upAndRunning(QString)", "wm started", NULL };
|
||||||
|
|
||||||
/* tell the dcop server through the command line interface */
|
/* tell ksplash through the dcop server command line interface */
|
||||||
g_spawn_async(NULL, args, NULL,
|
g_spawn_async(NULL, args, NULL,
|
||||||
G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD,
|
G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD,
|
||||||
NULL, NULL, NULL, NULL);
|
NULL, NULL, NULL, NULL);
|
||||||
|
|
Loading…
Reference in a new issue