Mercurial > geeqie.yaz
diff src/bar_histogram.c @ 1339:45bcfcb69f56
fixed bar_histogram headers
author | nadvornik |
---|---|
date | Sat, 28 Feb 2009 17:20:16 +0000 |
parents | a5c15bf32cdb |
children | eebb8d0cb677 |
line wrap: on
line diff
--- a/src/bar_histogram.c Sat Feb 28 17:12:00 2009 +0000 +++ b/src/bar_histogram.c Sat Feb 28 17:20:16 2009 +0000 @@ -12,7 +12,7 @@ #include "main.h" -#include "bar_comment.h" +#include "bar_histogram.h" #include "bar.h" #include "metadata.h" @@ -327,7 +327,7 @@ } -GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gint expanded, gint histogram_channel, gint histogram_mode) +GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded, gint histogram_channel, gint histogram_mode) { PaneHistogramData *phd;