diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 20:16:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 20:16:43 +0000 |
| commit | 78ff91ae6c225cf80b77d1e3e57370c01a693ff0 (patch) | |
| tree | 2efe02f39fe6c94adc98fb157d109d8aca450627 | |
| parent | b30380700fed5636523bc67a24268c200431fdc4 (diff) | |
fix comment
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index f515e4ec..80e7acb8 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -314,7 +314,7 @@ static void screen_tell_ksplash() const char *args[] = { "dcop", "ksplash", "ksplash", "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_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, NULL, NULL); |
