[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Thu, 10 Nov 2011 22:32:12 +0000 (UTC)
commit 72366e31d8480406c13a2c29f8bd352baae6c56d
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Thu Nov 10 23:12:02 2011 +0100
noop: code cleanup
src/gnome-cmd-data.h | 56 +++++++++++++++++++++++++-------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
---
diff --git a/src/gnome-cmd-data.h b/src/gnome-cmd-data.h
index e33a1d6..553d5e1 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -68,37 +68,37 @@ struct GnomeCmdData
struct Options
{
// General
- LeftMouseButtonMode left_mouse_button_mode;
- gboolean left_mouse_button_unselects;
- MiddleMouseButtonMode middle_mouse_button_mode;
- RightMouseButtonMode right_mouse_button_mode;
- gboolean case_sens_sort;
- gboolean alt_quick_search;
- gboolean quick_search_exact_match_begin;
- gboolean quick_search_exact_match_end;
- gboolean allow_multiple_instances;
- gboolean save_dirs_on_exit;
- gboolean save_tabs_on_exit;
- gboolean save_dir_history_on_exit;
+ LeftMouseButtonMode left_mouse_button_mode;
+ gboolean left_mouse_button_unselects;
+ MiddleMouseButtonMode middle_mouse_button_mode;
+ RightMouseButtonMode right_mouse_button_mode;
+ gboolean case_sens_sort;
+ gboolean alt_quick_search;
+ gboolean quick_search_exact_match_begin;
+ gboolean quick_search_exact_match_end;
+ gboolean allow_multiple_instances;
+ gboolean save_dirs_on_exit;
+ gboolean save_tabs_on_exit;
+ gboolean save_dir_history_on_exit;
// Format
- GnomeCmdSizeDispMode size_disp_mode;
- GnomeCmdPermDispMode perm_disp_mode;
- GnomeCmdDateFormat date_format; // NOTE: internally stored as locale (which not always defaults to UTF8), needs converting from/to UTF8 for editing and cfg load/save
+ GnomeCmdSizeDispMode size_disp_mode;
+ GnomeCmdPermDispMode perm_disp_mode;
+ GnomeCmdDateFormat date_format; // NOTE: internally stored as locale (which not always defaults to UTF8), needs converting from/to UTF8 for editing and cfg load/save
// Layout
- gchar *list_font;
- gint list_row_height;
- GnomeCmdExtDispMode ext_disp_mode;
- GnomeCmdLayout layout;
- GnomeCmdColorMode color_mode;
- gboolean use_ls_colors;
- GnomeCmdLsColorsPalette ls_colors_palette;
- guint icon_size;
- GdkInterpType icon_scale_quality;
- gchar *theme_icon_dir;
- gchar *document_icon_dir;
+ gchar *list_font;
+ gint list_row_height;
+ GnomeCmdExtDispMode ext_disp_mode;
+ GnomeCmdLayout layout;
+ GnomeCmdColorMode color_mode;
+ gboolean use_ls_colors;
+ GnomeCmdLsColorsPalette ls_colors_palette;
+ guint icon_size;
+ GdkInterpType icon_scale_quality;
+ gchar *theme_icon_dir;
+ gchar *document_icon_dir;
// Tabs
- gboolean always_show_tabs;
- int tab_lock_indicator;
+ gboolean always_show_tabs;
+ int tab_lock_indicator;
Options(): left_mouse_button_mode(LEFT_BUTTON_OPENS_WITH_DOUBLE_CLICK),
left_mouse_button_unselects(TRUE),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]