diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c index 43b72c1c..26427975 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1152,7 +1152,7 @@ group_handle_special(GKeyFile * key_file, ShellModuleEntry * entry, } else if (g_str_has_prefix(key, "Icon")) { GtkTreeIter *iter = g_hash_table_lookup(update_tbl, g_utf8_strchr(key, - -1, '$') + 1); + -1, '$') ); if (iter) { gchar *file = |