Fix 'Apply' when changing scaling options only
[claws.git] / src / stock_pixmap.h
index 9995cfe071d625869d44b5b948754e76cf257f43..87fa1c460ce7e5f2233e9224712910e565f9c27e 100644 (file)
@@ -75,7 +75,7 @@ typedef enum
        STOCK_PIXMAP_LINEWRAP_CURRENT,
        STOCK_PIXMAP_LINEWRAP_ALL,
        STOCK_PIXMAP_LOCKED,
-       STOCK_PIXMAP_MAIL,
+       STOCK_PIXMAP_MAIL_DRAFT,
        STOCK_PIXMAP_MAIL_ATTACH,
        STOCK_PIXMAP_MAIL_COMPOSE,
        STOCK_PIXMAP_MAIL_FORWARD,
@@ -164,6 +164,7 @@ typedef enum
        STOCK_PIXMAP_CLAWS_MAIL_ICON_64,
        STOCK_PIXMAP_READ,
        STOCK_PIXMAP_DELETE,
+       STOCK_PIXMAP_DELETE_DUP,
        STOCK_PIXMAP_CANCEL,
        STOCK_PIXMAP_TRASH,
        STOCK_PIXMAP_MAIL_COMPOSE_LOGO,
@@ -236,6 +237,7 @@ gint stock_pixbuf_gdk               (StockPixmap icon, GdkPixbuf **pixbuf);
 
 GList *stock_pixmap_themes_list_new    (void);
 void stock_pixmap_themes_list_free     (GList *list);
+void stock_pixmap_invalidate_all_icons (void);
 gchar *stock_pixmap_get_name         (StockPixmap icon);
 StockPixmap stock_pixmap_get_icon    (gchar *file);
 GtkWidget *stock_pixmap_widget_with_overlay (StockPixmap        icon,
@@ -244,5 +246,6 @@ GtkWidget *stock_pixmap_widget_with_overlay (StockPixmap     icon,
                                             gint                border_x,
                                             gint                border_y);
 gchar *stock_pixmap_get_system_theme_dir_for_theme(const gchar *theme);
+const char **stock_pixmap_theme_extensions(void);
 
 #endif /* __STOCK_PIXMAP_H__ */