diff options
Diffstat (limited to 'gtk/gtkiconcache.c')
-rw-r--r-- | gtk/gtkiconcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c index 5849549ee3..20166d8a64 100644 --- a/gtk/gtkiconcache.c +++ b/gtk/gtkiconcache.c @@ -233,7 +233,7 @@ icon_name_hash (gconstpointer key) return h; } -gint +static gint find_image_offset (GtkIconCache *cache, const gchar *icon_name, const gchar *directory) |