From 752849381a4b486de3d697d7c57443bea42f9bee Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 23 Aug 2007 10:25:49 +0000 Subject: Add specialised UI for salut settings. Configure a Salut account first 2007-08-23 Xavier Claessens * libempathy-gtk/empathy-account-widget-salut.glade: * libempathy-gtk/empathy-account-widget-salut.c: * libempathy-gtk/empathy-account-widget-salut.h: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy-gtk/Makefile.am: * src/empathy.c: * configure.ac: * data/empathy.schemas.in: Add specialised UI for salut settings. Configure a Salut account first time empathy is started with salut CM installed using gnome-about-me information. Fixes bug #447467 (Cosimo Cecchi, Xavier Claessens). svn path=/trunk/; revision=266 --- libempathy-gtk/empathy-accounts-dialog.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libempathy-gtk/empathy-accounts-dialog.c') diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c index 2a12eb1d5..3f2911972 100644 --- a/libempathy-gtk/empathy-accounts-dialog.c +++ b/libempathy-gtk/empathy-accounts-dialog.c @@ -47,6 +47,7 @@ #include "empathy-account-widget-generic.h" #include "empathy-account-widget-jabber.h" #include "empathy-account-widget-msn.h" +#include "empathy-account-widget-salut.h" #define DEBUG_DOMAIN "AccountDialog" @@ -287,6 +288,10 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog, dialog ->settings_widget = empathy_account_widget_msn_new (account); } + else if (!empathy_strdiff (config_ui, "salut")) { + dialog->settings_widget = + empathy_account_widget_salut_new (account); + } else { dialog->settings_widget = empathy_account_widget_generic_new (account); -- cgit v1.2.3