From 083afe5e2e5147496a95876e4795a9c6df3581f6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 27 Jun 2003 12:10:17 +0000 Subject: [PATCH] add a call to g_set_prgname --- openbox/openbox.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2