[empathy] no need to control the cancel button sensitivity any more
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] no need to control the cancel button sensitivity any more
- Date: Thu, 22 Dec 2011 10:03:57 +0000 (UTC)
commit 5f3cc8ffd55be5845410d94d900c4215145bab57
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Dec 16 15:36:25 2011 +0100
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.
libempathy-gtk/empathy-account-widget.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 68a91c9..9804901 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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]