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:
6a90f5e
)
go to the new theme once it is installed
author
Dana Jansens
<danakj@orodu.net>
Sun, 3 Jun 2007 20:54:01 +0000
(20:54 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 3 Jun 2007 20:54:01 +0000
(20:54 +0000)
src/theme.c
patch
|
blob
|
history
diff --git
a/src/theme.c
b/src/theme.c
index 9ffc607b675a43eb59356d2d9e8c7372784db874..a30befe07973e9ab017d47e17d5ff71581850c18 100644
(file)
--- a/
src/theme.c
+++ b/
src/theme.c
@@
-159,6
+159,8
@@
void theme_install(const gchar *path)
if ((name = archive_install(path)))
tree_set_string("theme/name", name);
g_free(name);
+
+ theme_load_all();
}
void theme_load_all()