diff options
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 23f7f1311..d7d314082 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -572,10 +572,10 @@ empathy_pixbuf_from_icon_name_sized (const gchar *icon_name, GdkPixbuf * empathy_pixbuf_from_icon_name (const gchar *icon_name, - GtkIconSize icon_size) + GtkIconSize icon_size) { - gint w, h; - gint size = 48; + gint w, h; + gint size = 48; if (!icon_name) { return NULL; |