[gnome-commander/GSettings] Fixes a bug in mirgration of hidden_filter option
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/GSettings] Fixes a bug in mirgration of hidden_filter option
- Date: Sat, 21 May 2016 13:09:29 +0000 (UTC)
commit 775cb07335f9a0eb36a01cc7543668904a8ba555
Author: Uwe Scholz <uwescholz src gnome org>
Date: Thu May 19 21:37:01 2016 +0200
Fixes a bug in mirgration of hidden_filter option
src/gnome-cmd-data.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index a55ea6f..c3533f5 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1620,7 +1620,7 @@ void GnomeCmdData::migrate_all_data_to_gsettings()
migrate_data_int_value_into_gsettings(gnome_cmd_data_get_bool ("/options/show_symbolic_link", FALSE)
? 1 : 0,
options.gcmd_settings->filter,
GCMD_SETTINGS_FILTER_HIDE_SYMBOLIC_LINK);
//hidden_filter
- migrate_data_int_value_into_gsettings(gnome_cmd_data_get_bool ("/options/show_symbolic_link", FALSE)
? 1 : 0,
+ migrate_data_int_value_into_gsettings(gnome_cmd_data_get_bool ("/options/hidden_filter", FALSE) ? 1
: 0,
options.gcmd_settings->filter,
GCMD_SETTINGS_FILTER_DOTFILE);
// ToDo: Move old xml-file to ~/.gnome-commander/gnome-commander.xml.backup
// à la save_devices_old ("devices.backup");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]