diff options
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 0865301ba..ab773b21c 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -183,10 +183,7 @@ theme_adium_get_default_avatar_filename (EmpathyThemeAdium *theme) size = (w + h) / 2; } - /* FIXME: We should not avoid SVG, but old webkit from ubuntu hardy - * can't load them correctly. */ - icon_info = gtk_icon_theme_lookup_icon (icon_theme, "stock_person", - size, GTK_ICON_LOOKUP_NO_SVG); + icon_info = gtk_icon_theme_lookup_icon (icon_theme, "stock_person", size, 0); priv->default_avatar_filename = g_strdup (gtk_icon_info_get_filename (icon_info)); gtk_icon_info_free (icon_info); |