From 33b936eb6a4e8287d838c354ebb365c137908909 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Fri, 18 Mar 2011 11:40:44 +1100 Subject: Disable confirmation dialog for now Not included in the UX spec --- libempathy-gtk/empathy-account-widget-skype.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c index 7c2da8727..ac051897e 100644 --- a/libempathy-gtk/empathy-account-widget-skype.c +++ b/libempathy-gtk/empathy-account-widget-skype.c @@ -995,6 +995,8 @@ empathy_accounts_dialog_skype_disable_other_accounts (TpAccount *account, if (other_psyke_accounts) { +#if 0 /* this dialog is a good idea, but currently lacking from the UX spec, + * so it's being left out for now */ GtkWidget *msg = gtk_message_dialog_new (parent, 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s\n\n%s", @@ -1013,6 +1015,7 @@ empathy_accounts_dialog_skype_disable_other_accounts (TpAccount *account, return FALSE; } +#endif /* the user chose to proceed, disable the other accounts */ accounts = tp_account_manager_get_valid_accounts (am); -- cgit v1.2.3