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:
3803df4
)
move theme update to reset_theme_names
author
Dana Jansens
<danakj@orodu.net>
Thu, 31 May 2007 04:16:38 +0000
(
04:16
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 31 May 2007 04:16:38 +0000
(
04:16
+0000)
src/handlers.c
patch
|
blob
|
history
diff --git
a/src/handlers.c
b/src/handlers.c
index 8c6862d7d1fa8a59346dd77beb0d845a65aceb84..8167df93ca0d052ad65a02e1e5e7fa6d353d293c 100644
(file)
--- a/
src/handlers.c
+++ b/
src/handlers.c
@@
-449,6
+449,8
@@
static void reset_theme_names(GtkWidget *w)
++i;
}
+ handlers_update_theme_previews();
+
g_free(name);
}
@@
-491,8
+493,6
@@
void setup_theme_names(GtkWidget *w)
reset_theme_names(w);
- handlers_update_theme_previews();
-
mapping = FALSE;
}