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:
a0d6737
)
mis-merge. this isn't a leak with the xrdb stuff
author
Dana Jansens
<danakj@orodu.net>
Wed, 9 May 2007 23:47:37 +0000
(23:47 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 9 May 2007 23:47:37 +0000
(23:47 +0000)
render/theme.c
patch
|
blob
|
history
diff --git
a/render/theme.c
b/render/theme.c
index a32a11f16bba9a6b2c571f16773920c10d4b2dca..84561ef11145eac5d212da052bfc7678e6001ee7 100644
(file)
--- a/
render/theme.c
+++ b/
render/theme.c
@@
-131,7
+131,6
@@
RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
winjust = RR_JUSTIFY_RIGHT;
else if (!g_ascii_strcasecmp(str, "center"))
winjust = RR_JUSTIFY_CENTER;
- g_free(str);
}
if (menu_title_font) {
@@
-146,7
+145,6
@@
RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
mtitlejust = RR_JUSTIFY_RIGHT;
else if (!g_ascii_strcasecmp(str, "center"))
mtitlejust = RR_JUSTIFY_CENTER;
- g_free(str);
}
if (menu_item_font) {