]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/recent-files/egg-recent-util.h
Updated Finnish translation
[evince.git] / cut-n-paste / recent-files / egg-recent-util.h
index ae8a641173b4d406c8a8d7fb826af51ae41083cb..82c4a712e0bcef696371260816c7db6d25ee5a4c 100644 (file)
@@ -3,20 +3,15 @@
 #define __EGG_RECENT_UTIL__
 
 #include <gtk/gtk.h>
-#ifndef USE_STABLE_LIBGNOMEUI
-#include <libgnomeui/gnome-icon-theme.h>
-#endif
 
 G_BEGIN_DECLS
 
 gchar * egg_recent_util_escape_underlines (const gchar *uri);
 gchar * egg_recent_util_get_unique_id (void);
-#ifndef USE_STABLE_LIBGNOMEUI
-GdkPixbuf * egg_recent_util_get_icon (GnomeIconTheme *theme,
+GdkPixbuf * egg_recent_util_get_icon (GtkIconTheme *theme,
                                      const gchar *uri,
                                      const gchar *mime_type,
                                      int size);
-#endif
 
 G_END_DECLS