]> git.0d.be Git - empathy.git/commitdiff
don't make add-button sensitive on protocol change
authorFelix Kaser <f.kaser@gmx.net>
Sat, 9 Jan 2010 15:04:31 +0000 (16:04 +0100)
committerFelix Kaser <f.kaser@gmx.net>
Mon, 11 Jan 2010 12:51:47 +0000 (13:51 +0100)
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

index ba2710148a1581b7e9ab71c78b5398b22e794bb3..a99c5d3d057a4800b5695d482ade2a45a3231363 100644 (file)
@@ -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)