]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-local-xmpp-assistant-widget.c
Updated Swedish translation
[empathy.git] / libempathy-gtk / empathy-local-xmpp-assistant-widget.c
index 971ad5e9628d716b69b0005d53924a13271f15a2..6ee8711a3278d306b27cb34dcdf4db51683bcab5 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <tp-account-widgets/tpaw-account-widget.h>
+#include <tp-account-widgets/tpaw-pixbuf-utils.h>
 #include <tp-account-widgets/tpaw-utils.h>
 
 #include "empathy-ui-utils.h"
@@ -87,7 +88,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", 48);
+  pix = tpaw_pixbuf_from_icon_name_sized ("im-local-xmpp", 48);
   if (pix != NULL)
     {
       w = gtk_image_new_from_pixbuf (pix);
@@ -101,7 +102,7 @@ empathy_local_xmpp_assistant_widget_constructed (GObject *object)
       NULL, _("People nearby"));
 
   account_widget = tpaw_account_widget_new_for_protocol (
-      self->priv->settings, TRUE);
+      self->priv->settings, NULL, TRUE);
   tpaw_account_widget_hide_buttons (account_widget);
 
   g_signal_connect (account_widget, "handle-apply",