summaryrefslogtreecommitdiffstats
path: root/ui/recent.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:44:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:44:17 +0000
commit2d78050fd56b8188aa5a65ad2667e301b60eea45 (patch)
treeb54d4adac6de0a196b8bb8a67b34fe186c21378f /ui/recent.c
parentAdding upstream version 4.2.2. (diff)
downloadwireshark-2d78050fd56b8188aa5a65ad2667e301b60eea45.tar.xz
wireshark-2d78050fd56b8188aa5a65ad2667e301b60eea45.zip
Adding upstream version 4.2.4.upstream/4.2.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ui/recent.c')
-rw-r--r--ui/recent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/recent.c b/ui/recent.c
index bc1f34e..1906bfb 100644
--- a/ui/recent.c
+++ b/ui/recent.c
@@ -1361,6 +1361,8 @@ read_set_recent_pair_static(gchar *key, const gchar *value,
recent.gui_additional_toolbars = prefs_get_string_list(value);
} else if (strcmp(key, RECENT_GUI_INTERFACE_TOOLBAR_SHOW) == 0) {
recent.interface_toolbars = prefs_get_string_list(value);
+ } else {
+ return PREFS_SET_NO_SUCH_PREF;
}
return PREFS_SET_OK;