diff options
Diffstat (limited to 'shell/evolution-shell-component-utils.h')
-rw-r--r-- | shell/evolution-shell-component-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-shell-component-utils.h b/shell/evolution-shell-component-utils.h index 0fe71de8f4..eb04edae52 100644 --- a/shell/evolution-shell-component-utils.h +++ b/shell/evolution-shell-component-utils.h @@ -33,7 +33,7 @@ extern "C" { typedef struct _EPixmap { const char *path; const char *name; - gint size; + GtkIconSize size; char *pixbuf; } EPixmap; |