[empathy] don't make add-button sensitive on protocol change
- From: Felix Kaser <kaserf src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] don't make add-button sensitive on protocol change
- Date: Mon, 11 Jan 2010 13:02:10 +0000 (UTC)
commit 374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9
Author: Felix Kaser <f kaser gmx net>
Date: Sat Jan 9 16:04:31 2010 +0100
don't make add-button sensitive on protocol change
when creating an account the treeview and add/import buttons should be insensitive. when during creating the protocol was altered via protocol-chooser the add-button became sensitive. this should be fixed with this commit
src/empathy-accounts-dialog.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index ba27101..a99c5d3 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -721,7 +721,6 @@ accounts_dialog_update_settings (EmpathyAccountsDialog *dialog,
* one for the account selected */
gtk_widget_hide (priv->frame_no_protocol);
gtk_widget_show (priv->vbox_details);
- gtk_widget_set_sensitive (priv->button_add, TRUE);
gtk_widget_hide (priv->hbox_protocol);
if (priv->settings_widget)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]