[empathy] use the 48x48 version of the local-xmpp icon



commit 7cd8231ad035d840ce34569460425d766adfa62e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Feb 16 15:31:05 2012 +0100

    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

 .../empathy-local-xmpp-assistant-widget.c          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-local-xmpp-assistant-widget.c b/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
index 9c59e8b..74f8339 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]