]> git.0d.be Git - empathy.git/commitdiff
no need to control the cancel button sensitivity any more
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 16 Dec 2011 14:36:25 +0000 (15:36 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Dec 2011 09:46:19 +0000 (10:46 +0100)
It should also be displayed now as we always want the user to be able to close
the dialog.

libempathy-gtk/empathy-account-widget.c

index 68a91c9024100a104112cbead8e4d1babb0a298b..98049019389d9a2d33da6af8239cdf342b3f87f7 100644 (file)
@@ -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)
         {