diff options
Diffstat (limited to 'shell/shell.c')
-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 6f9189c3..a7bf51c4 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1119,7 +1119,7 @@ static void group_handle_special(GKeyFile *key_file, for (i = 0; keys[i]; i++) { gchar *key = keys[i]; - if (g_str_has_prefix(key, "UpdateInterval")) { + if (g_str_has_prefix(key, "UpdateInterval$")) { ShellFieldUpdate *fu = g_new0(ShellFieldUpdate, 1); ShellFieldUpdateSource *sfutbl; gint ms; |