Renamed functions in theme

This commit is contained in:
James Booth
2012-12-08 22:34:16 +00:00
parent 731dabd712
commit 4c243722c6
4 changed files with 6 additions and 6 deletions

View File

@@ -511,7 +511,7 @@ _init(const int disable_tls, char *log_level)
prefs_load();
accounts_load();
gchar *theme = prefs_get_theme();
theme_load(theme);
theme_init(theme);
g_free(theme);
ui_init();
jabber_init(disable_tls);