Mercurial > geeqie
diff src/layout_util.h @ 1320:055ed09d5a03
improved bar_sort configuration
| author | nadvornik |
|---|---|
| date | Tue, 24 Feb 2009 22:21:28 +0000 |
| parents | cd7204a18f14 |
| children | 588d96cda850 |
line wrap: on
line diff
--- a/src/layout_util.h Tue Feb 24 21:08:16 2009 +0000 +++ b/src/layout_util.h Tue Feb 24 22:21:28 2009 +0000 @@ -47,8 +47,8 @@ void layout_bar_toggle(LayoutWindow *lw); void layout_bar_set(LayoutWindow *lw, GtkWidget *bar); -void layout_bar_exif_toggle(LayoutWindow *lw); void layout_bar_sort_toggle(LayoutWindow *lw); +void layout_bar_sort_set(LayoutWindow *lw, GtkWidget *bar); void layout_bars_new_image(LayoutWindow *lw); void layout_bars_new_selection(LayoutWindow *lw, gint count);
