Mercurial > geeqie
diff src/layout.c @ 1437:a3d3208b0c50
gint -> gboolean.
| author | zas_ |
|---|---|
| date | Sun, 15 Mar 2009 07:07:52 +0000 |
| parents | d7a6fb7a90dd |
| children | e015b6573d36 |
line wrap: on
line diff
--- a/src/layout.c Sat Mar 14 23:26:42 2009 +0000 +++ b/src/layout.c Sun Mar 15 07:07:52 2009 +0000 @@ -2124,8 +2124,8 @@ void layout_apply_options(LayoutWindow *lw, LayoutOptions *lop) { - gint refresh_style; - gint refresh_lists; + gboolean refresh_style; + gboolean refresh_lists; if (!layout_valid(&lw)) return; /* FIXME: add other options too */
