[gnome-commander/GSettings] Fixed wrong setting of LS_COLORS blue foreground
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/GSettings] Fixed wrong setting of LS_COLORS blue foreground
- Date: Sat, 2 Jul 2016 21:52:23 +0000 (UTC)
commit 830e9671fd687dc037f1aa1c15ce14487bcba9c8
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sat Jul 2 18:16:24 2016 +0200
Fixed wrong setting of LS_COLORS blue foreground
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 51c566c..5c97ff1 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -588,7 +588,7 @@ void on_ls_color_changed()
g_free(colorstring_old);
}
else
- gnome_cmd_data.gnome_cmd_data_parse_color(colorstring_new,
gnome_cmd_data.options.color_themes[GNOME_CMD_COLOR_CUSTOM].norm_fg);
+ gnome_cmd_data.gnome_cmd_data_parse_color(colorstring_new,
gnome_cmd_data.options.ls_colors_palette.blue_fg);
g_free(colorstring_new);
colorstring_new = g_settings_get_string (gnome_cmd_data.options.gcmd_settings->colors,
GCMD_SETTINGS_LS_COLORS_BLUE_BG);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]