From 5abae4601012419bbccc0143db9703b63c19359b Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sat, 29 Jun 2019 21:11:24 -0700 Subject: Fix Computer->Memory after b2b1302ba --- shell/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/shell.c b/shell/shell.c index 5d346860..5adb32b0 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1266,6 +1266,8 @@ static void group_handle_normal(GKeyFile* key_file, ShellModuleEntry* entry, gchar *key_copy = g_strndup(first_dollar, second_dollar - first_dollar + 1); g_hash_table_insert(update_tbl, key_copy, gtk_tree_iter_copy(&child)); + } else { + g_hash_table_insert(update_tbl, g_strdup(key), gtk_tree_iter_copy(&child)); } } -- cgit v1.2.3