mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
(panel_options_box): don't apply integer value to boolean variable.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a0c77a5ccf
commit
3daff7838f
@ -632,7 +632,7 @@ panel_options_box (void)
|
||||
gboolean simple_swap;
|
||||
|
||||
simple_swap = mc_config_get_bool (mc_global.main_config, CONFIG_PANELS_SECTION,
|
||||
"simple_swap", FALSE) ? 1 : 0;
|
||||
"simple_swap", FALSE);
|
||||
{
|
||||
const char *qsearch_options[] = {
|
||||
N_("Case &insensitive"),
|
||||
|
Loading…
Reference in New Issue
Block a user