aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-18 08:40:44 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-19 02:49:57 +0800
commit9d09040859f2889f7d692e4acc6ffd3f8797aa3a (patch)
treee372a781350e695a1ea7d5a0cc6171e2a3127af6
parent62720fa8fddf72a742ab550df7af38d021a8853c (diff)
downloadgsoc2013-empathy-9d09040859f2889f7d692e4acc6ffd3f8797aa3a.tar
gsoc2013-empathy-9d09040859f2889f7d692e4acc6ffd3f8797aa3a.tar.gz
gsoc2013-empathy-9d09040859f2889f7d692e4acc6ffd3f8797aa3a.tar.bz2
gsoc2013-empathy-9d09040859f2889f7d692e4acc6ffd3f8797aa3a.tar.lz
gsoc2013-empathy-9d09040859f2889f7d692e4acc6ffd3f8797aa3a.tar.xz
gsoc2013-empathy-9d09040859f2889f7d692e4acc6ffd3f8797aa3a.tar.zst
gsoc2013-empathy-9d09040859f2889f7d692e4acc6ffd3f8797aa3a.zip
Disable confirmation dialog for now
Not included in the UX spec
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.c3
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);