projects
/
dana
/
obconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e126d5
)
missing a var
author
Dana Jansens
<danakj@orodu.net>
Tue, 29 May 2007 23:46:39 +0000
(23:46 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 29 May 2007 23:46:39 +0000
(23:46 +0000)
src/install.c
patch
|
blob
|
history
diff --git
a/src/install.c
b/src/install.c
index 0778cd97008ca2e76df19b74b1e3d4b119d40eeb..44bf9c9d744cdbce55c575e43be4a010c9d51ac6 100644
(file)
--- a/
src/install.c
+++ b/
src/install.c
@@
-40,6
+40,7
@@
tartype_t funcs = {
static gchar *get_theme_dir()
{
gchar *dir;
+ gint r;
dir = g_build_path(G_DIR_SEPARATOR_S, g_get_home_dir(), ".themes", NULL);
r = mkdir(dir, 0777);