[empathy] don't make add-button sensitive on protocol change



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]