diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-20 23:51:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-20 23:51:45 +0800 |
commit | f2411ed2aa83dcce8c90f522610a0e6b1b163ecf (patch) | |
tree | f50f425c64bc6b2a96c864416499eeb2cc9d39bc /libempathy-gtk/empathy-account-widget.h | |
parent | b475eb55433973617e174bf32a41f5056c8a377c (diff) | |
download | gsoc2013-empathy-f2411ed2aa83dcce8c90f522610a0e6b1b163ecf.tar gsoc2013-empathy-f2411ed2aa83dcce8c90f522610a0e6b1b163ecf.tar.gz gsoc2013-empathy-f2411ed2aa83dcce8c90f522610a0e6b1b163ecf.tar.bz2 gsoc2013-empathy-f2411ed2aa83dcce8c90f522610a0e6b1b163ecf.tar.lz gsoc2013-empathy-f2411ed2aa83dcce8c90f522610a0e6b1b163ecf.tar.xz gsoc2013-empathy-f2411ed2aa83dcce8c90f522610a0e6b1b163ecf.tar.zst gsoc2013-empathy-f2411ed2aa83dcce8c90f522610a0e6b1b163ecf.zip |
Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana).
svn path=/trunk/; revision=658
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h index 8ba36c854..f7959fa95 100644 --- a/libempathy-gtk/empathy-account-widget.h +++ b/libempathy-gtk/empathy-account-widget.h @@ -45,6 +45,7 @@ GtkWidget *empathy_account_widget_salut_new (McAccount *account); GtkWidget *empathy_account_widget_msn_new (McAccount *account); GtkWidget *empathy_account_widget_jabber_new (McAccount *account); GtkWidget *empathy_account_widget_icq_new (McAccount *account); +GtkWidget *empathy_account_widget_yahoo_new (McAccount *account); G_END_DECLS |