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

@@ -1223,7 +1223,7 @@ _cmd_prefs(gchar **args, struct cmd_help_t help)
static gboolean
_cmd_theme(gchar **args, struct cmd_help_t help)
{
if (theme_change(args[0])) {
if (theme_load(args[0])) {
ui_load_colours();
prefs_set_theme(args[0]);
cons_show("Loaded theme: %s", args[0]);