[ekg2-commit] r3898 - trunk/ekg: trunk/ekg/themes.c
SVN commit
svn w toxygen.net
Czw, 13 Mar 2008, 00:27:12 CET
Author: darkjames
Date: 2008-03-13 00:27:12 +0100 (Thu, 13 Mar 2008)
New Revision: 3898
Modified:
trunk/ekg/themes.c
Log:
obvious.
Modified: trunk/ekg/themes.c
===================================================================
--- trunk/ekg/themes.c 2008-03-12 22:46:06 UTC (rev 3897)
+++ trunk/ekg/themes.c 2008-03-12 23:27:12 UTC (rev 3898)
@@ -1107,12 +1107,10 @@
void theme_plugins_init() {
plugin_t *p;
- for (p = plugins; p; p = p->next) {
- if (!p || !p->theme_init)
- continue;
-
- p->theme_init();
- }
+ for (p = plugins; p; p = p->next) {
+ if (p->theme_init)
+ p->theme_init();
+ }
}
/*
Więcej informacji o liście dyskusyjnej ekg2-commit