aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/cfilter_combo_utils.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 04:47:15 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 04:47:15 +0000
commite9ea42eed9f4551267f70a662fce7f470ae2b51e (patch)
tree498b25b9405aa928f440291784cb7c8bacdb73ce /gtk/cfilter_combo_utils.c
parent5e83d1e0157469014a1a773ecf10aaff87194518 (diff)
Fix more "no previous declaration" warnings
svn path=/trunk/; revision=15173
Diffstat (limited to 'gtk/cfilter_combo_utils.c')
-rw-r--r--gtk/cfilter_combo_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/cfilter_combo_utils.c b/gtk/cfilter_combo_utils.c
index a114530c63..ef0821ea79 100644
--- a/gtk/cfilter_combo_utils.c
+++ b/gtk/cfilter_combo_utils.c
@@ -40,7 +40,7 @@
/* XXX: use a preference for this setting! */
static guint cfilter_combo_max_recent = 20;
-gboolean
+static gboolean
cfilter_combo_add(gchar *s) {
GList *li;
GList *fl = OBJECT_GET_DATA(top_level, E_CFILTER_FL_KEY);