projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c170d2f
)
add a call to g_set_prgname
author
Dana Jansens
<danakj@orodu.net>
Fri, 27 Jun 2003 12:10:17 +0000
(12:10 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 27 Jun 2003 12:10:17 +0000
(12:10 +0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index e4aae9e8969cd2be3cd5900380202baaf59a9bf2..890e74fc72ac7bbee2078a96db33cf666845f543 100644
(file)
--- 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);