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:
90e502c
)
fix bug!
author
Dana Jansens
<danakj@orodu.net>
Thu, 31 May 2007 15:43:38 +0000
(15:43 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 31 May 2007 15:43:38 +0000
(15:43 +0000)
render/theme.c
patch
|
blob
|
history
diff --git
a/render/theme.c
b/render/theme.c
index 680a889116c139796bb7a50df8be6571e2a4f3cd..bbdde16f0ff77e35e5c0a3bc8200be228efad67a 100644
(file)
--- a/
render/theme.c
+++ b/
render/theme.c
@@
-77,7
+77,7
@@
RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
return NULL;
}
}
- if (
name
== NULL)
+ if (
db
== NULL)
return NULL;
theme = g_new0(RrTheme, 1);