aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-16 22:36:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-22 17:46:19 +0800
commit5f3cc8ffd55be5845410d94d900c4215145bab57 (patch)
tree3318de83ecb0f0df8c65bee6c5503586d95c1cf9
parent0691f67b1625f98bc403ee1fa84b5da3b862f856 (diff)
downloadgsoc2013-empathy-5f3cc8ffd55be5845410d94d900c4215145bab57.tar
gsoc2013-empathy-5f3cc8ffd55be5845410d94d900c4215145bab57.tar.gz
gsoc2013-empathy-5f3cc8ffd55be5845410d94d900c4215145bab57.tar.bz2
gsoc2013-empathy-5f3cc8ffd55be5845410d94d900c4215145bab57.tar.lz
gsoc2013-empathy-5f3cc8ffd55be5845410d94d900c4215145bab57.tar.xz
gsoc2013-empathy-5f3cc8ffd55be5845410d94d900c4215145bab57.tar.zst
gsoc2013-empathy-5f3cc8ffd55be5845410d94d900c4215145bab57.zip
no need to control the cancel button sensitivity any more
It should also be displayed now as we always want the user to be able to close the dialog.
-rw-r--r--libempathy-gtk/empathy-account-widget.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 68a91c902..980490193 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -219,8 +219,6 @@ account_widget_set_control_buttons_sensitivity (EmpathyAccountWidget *self,
return;
gtk_widget_set_sensitive (priv->apply_button, sensitive);
- // gtk_widget_set_sensitive (priv->cancel_button,
- // (sensitive || priv->creating_account) && priv->other_accounts_exist);
if (sensitive)
{