From: Guillaume Desmottes Date: Thu, 16 Feb 2012 14:31:05 +0000 (+0100) Subject: use the 48x48 version of the local-xmpp icon X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=7cd8231ad035d840ce34569460425d766adfa62e;ds=sidebyside use the 48x48 version of the local-xmpp icon We don't have to scale up the icon any more and it looks good as it. https://bugzilla.gnome.org/show_bug.cgi?id=652669 --- diff --git a/libempathy-gtk/empathy-local-xmpp-assistant-widget.c b/libempathy-gtk/empathy-local-xmpp-assistant-widget.c index 9c59e8b2..74f8339b 100644 --- a/libempathy-gtk/empathy-local-xmpp-assistant-widget.c +++ b/libempathy-gtk/empathy-local-xmpp-assistant-widget.c @@ -156,7 +156,7 @@ empathy_local_xmpp_assistant_widget_constructed (GObject *object) gtk_grid_attach (GTK_GRID (self), w, 0, 0, 1, 1); gtk_widget_show (w); - pix = empathy_pixbuf_from_icon_name_sized ("im-local-xmpp", 80); + pix = empathy_pixbuf_from_icon_name_sized ("im-local-xmpp", 48); w = gtk_image_new_from_pixbuf (pix); gtk_grid_attach (GTK_GRID (self), w, 1, 0, 1, 1); gtk_widget_show (w);