X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=80e7acb86867e404dace5a037db4075f426944a8;hb=f38be067884c39cc1061c893cc5e7c5a4d99d9b5;hp=f515e4ec2181b9a953e17bdae6db5749ec38c810;hpb=b30380700fed5636523bc67a24268c200431fdc4;p=chaz%2Fopenbox 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);