comparison src/globals.c @ 489:3809ffa3567b

Save state and width of exif, info and sort panels to rc file. Width is restored only if save windows dimensions is set.
author zas_
date Tue, 22 Apr 2008 22:44:10 +0000
parents 48c8e49b571c
children 4a9570cd06f8
comparison
equal deleted inserted replaced
488:a884e7fa26aa 489:3809ffa3567b
104 104
105 options->lazy_image_sync = FALSE; 105 options->lazy_image_sync = FALSE;
106 options->mousewheel_scrolls = FALSE; 106 options->mousewheel_scrolls = FALSE;
107 options->open_recent_list_maxsize = 10; 107 options->open_recent_list_maxsize = 10;
108 options->place_dialogs_under_mouse = FALSE; 108 options->place_dialogs_under_mouse = FALSE;
109
110 options->panels.exif.enabled = FALSE;
111 options->panels.exif.width = PANEL_DEFAULT_WIDTH;
112 options->panels.info.enabled = FALSE;
113 options->panels.info.width = PANEL_DEFAULT_WIDTH;
114 options->panels.sort.enabled = FALSE;
115
109 options->progressive_key_scrolling = FALSE; 116 options->progressive_key_scrolling = FALSE;
110 options->show_icon_names = TRUE; 117 options->show_icon_names = TRUE;
111 118
112 options->slideshow.delay = 150; 119 options->slideshow.delay = 150;
113 options->slideshow.random = FALSE; 120 options->slideshow.random = FALSE;