diff src/bar_histogram.c @ 1485:0e82a03c165b

pane interface cleanup
author nadvornik
date Sun, 29 Mar 2009 14:26:44 +0000
parents aec6992e5116
children 5f49f305a6b6
line wrap: on
line diff
--- a/src/bar_histogram.c	Sun Mar 29 14:20:44 2009 +0000
+++ b/src/bar_histogram.c	Sun Mar 29 14:26:44 2009 +0000
@@ -329,7 +329,7 @@
 }
 
 
-GtkWidget *bar_pane_histogram_new(const gchar *id, const gchar *title, gint height, gboolean expanded, gint histogram_channel, gint histogram_mode)
+static GtkWidget *bar_pane_histogram_new(const gchar *id, const gchar *title, gint height, gboolean expanded, gint histogram_channel, gint histogram_mode)
 {
 	PaneHistogramData *phd;