diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-11 17:10:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-21 21:28:40 +0800 |
commit | a5da0a70113dd6bd0abe0df3c353fbaf41a25fae (patch) | |
tree | 0be2778e95e0f1882e0227fcff09a5148a6f186c /libempathy-gtk/empathy-account-widget.c | |
parent | 3826d723545ab2ecb4f11dce9e0e1b48275516c3 (diff) | |
download | gsoc2013-empathy-a5da0a70113dd6bd0abe0df3c353fbaf41a25fae.tar gsoc2013-empathy-a5da0a70113dd6bd0abe0df3c353fbaf41a25fae.tar.gz gsoc2013-empathy-a5da0a70113dd6bd0abe0df3c353fbaf41a25fae.tar.bz2 gsoc2013-empathy-a5da0a70113dd6bd0abe0df3c353fbaf41a25fae.tar.lz gsoc2013-empathy-a5da0a70113dd6bd0abe0df3c353fbaf41a25fae.tar.xz gsoc2013-empathy-a5da0a70113dd6bd0abe0df3c353fbaf41a25fae.tar.zst gsoc2013-empathy-a5da0a70113dd6bd0abe0df3c353fbaf41a25fae.zip |
Use the MSN account widget with Haze
The parameters supported by the UI have the same names as the Butterfly ones
so no change needed.
https://bugzilla.gnome.org/show_bug.cgi?id=663829
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index 375d6246d..7530914fc 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -1881,7 +1881,7 @@ do_constructed (GObject *obj) { "salut", "local-xmpp", "empathy-account-widget-local-xmpp.ui", account_widget_build_salut }, WIDGET (gabble, jabber), - WIDGET (butterfly, msn), + WIDGET (haze, msn), WIDGET (haze, icq), WIDGET (haze, aim), WIDGET (haze, yahoo), |