Mercurial > geeqie
comparison src/globals.c @ 433:5ddcf93278c7
Save Show Marks state to rc file and display current state in menu.
It is saved as boolean option layout.show_marks.
author | zas_ |
---|---|
date | Sat, 19 Apr 2008 21:30:19 +0000 |
parents | d7272434b8c2 |
children | 4b2d7f9af171 |
comparison
equal
deleted
inserted
replaced
432:96f8389c36de | 433:5ddcf93278c7 |
---|---|
87 options->layout.main_window.w = 500; | 87 options->layout.main_window.w = 500; |
88 options->layout.main_window.x = 0; | 88 options->layout.main_window.x = 0; |
89 options->layout.main_window.y = 0; | 89 options->layout.main_window.y = 0; |
90 options->layout.order = NULL; | 90 options->layout.order = NULL; |
91 options->layout.save_window_positions = FALSE; | 91 options->layout.save_window_positions = FALSE; |
92 options->layout.show_marks = FALSE; | |
92 options->layout.show_thumbnails = FALSE; | 93 options->layout.show_thumbnails = FALSE; |
93 options->layout.style = 0; | 94 options->layout.style = 0; |
94 options->layout.toolbar_hidden = FALSE; | 95 options->layout.toolbar_hidden = FALSE; |
95 options->layout.tools_float = FALSE; | 96 options->layout.tools_float = FALSE; |
96 options->layout.tools_hidden = FALSE; | 97 options->layout.tools_hidden = FALSE; |