]> git.0d.be Git - empathy.git/commitdiff
use the 48x48 version of the local-xmpp icon
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 16 Feb 2012 14:31:05 +0000 (15:31 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 16 Feb 2012 16:43:31 +0000 (17:43 +0100)
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

libempathy-gtk/empathy-local-xmpp-assistant-widget.c

index 9c59e8b2ca091ac5ecf7849651494786b422d33e..74f8339bc28bfcdbb4101edad7a265e388b1a940 100644 (file)
@@ -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);