diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-03-18 08:40:44 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-04-08 18:41:30 +0800 |
commit | 33b936eb6a4e8287d838c354ebb365c137908909 (patch) | |
tree | 521b7ec065b6ce7cfa49d6589c925072df560a32 /libempathy-gtk | |
parent | d9c04f6c68083c5c2193aece3bd182a5408c3b6d (diff) | |
download | gsoc2013-empathy-33b936eb6a4e8287d838c354ebb365c137908909.tar gsoc2013-empathy-33b936eb6a4e8287d838c354ebb365c137908909.tar.gz gsoc2013-empathy-33b936eb6a4e8287d838c354ebb365c137908909.tar.bz2 gsoc2013-empathy-33b936eb6a4e8287d838c354ebb365c137908909.tar.lz gsoc2013-empathy-33b936eb6a4e8287d838c354ebb365c137908909.tar.xz gsoc2013-empathy-33b936eb6a4e8287d838c354ebb365c137908909.tar.zst gsoc2013-empathy-33b936eb6a4e8287d838c354ebb365c137908909.zip |
Disable confirmation dialog for now
Not included in the UX spec
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-skype.c | 3 |
1 files changed, 3 insertions, 0 deletions
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); |