From cbdfc09a84ba80dce2199447b2b59f0d5866e3a4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 26 Feb 2015 00:49:21 +0000 Subject: Renamed /theme set -> /theme load --- src/command/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/commands.c') diff --git a/src/command/commands.c b/src/command/commands.c index 63cdedf7..18f8bf69 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -822,7 +822,7 @@ cmd_theme(gchar **args, struct cmd_help_t help) g_slist_free_full(themes, g_free); // load a theme - } else if (g_strcmp0(args[0], "set") == 0) { + } else if (g_strcmp0(args[0], "load") == 0) { if (args[1] == NULL) { cons_show("Usage: %s", help.usage); } else if (theme_load(args[1])) { -- cgit 1.4.1-2-gfad0