From: Dana Jansens Date: Fri, 27 Jun 2003 12:10:17 +0000 (+0000) Subject: add a call to g_set_prgname X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=083afe5e2e5147496a95876e4795a9c6df3581f6;p=chaz%2Fopenbox add a call to g_set_prgname --- diff --git a/openbox/openbox.c b/openbox/openbox.c index e4aae9e8..890e74fc 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -127,6 +127,8 @@ int main(int argc, char **argv) mkdir(path, (S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | S_IXOTH)); g_free(path); + + g_set_prgname(argv[0]); /* parse out command line args */ parse_args(argc, argv);