aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-16 22:31:05 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-17 00:43:31 +0800
commit7cd8231ad035d840ce34569460425d766adfa62e (patch)
tree450ddfab53ec1b3b120e6c8c6d0f145ea19b5b8b /libempathy-gtk/empathy-local-xmpp-assistant-widget.c
parentcc16ff0eebeeff9ddfe8fdb675471a28eea9f8cb (diff)
downloadgsoc2013-empathy-7cd8231ad035d840ce34569460425d766adfa62e.tar
gsoc2013-empathy-7cd8231ad035d840ce34569460425d766adfa62e.tar.gz
gsoc2013-empathy-7cd8231ad035d840ce34569460425d766adfa62e.tar.bz2
gsoc2013-empathy-7cd8231ad035d840ce34569460425d766adfa62e.tar.lz
gsoc2013-empathy-7cd8231ad035d840ce34569460425d766adfa62e.tar.xz
gsoc2013-empathy-7cd8231ad035d840ce34569460425d766adfa62e.tar.zst
gsoc2013-empathy-7cd8231ad035d840ce34569460425d766adfa62e.zip
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
Diffstat (limited to 'libempathy-gtk/empathy-local-xmpp-assistant-widget.c')
-rw-r--r--libempathy-gtk/empathy-local-xmpp-assistant-widget.c2
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 9c59e8b2c..74f8339bc 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);