From 374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9 Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Sat, 9 Jan 2010 16:04:31 +0100 Subject: 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 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index ba2710148..a99c5d3d0 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) -- cgit v1.2.3