diff options
author | Felix Kaser <f.kaser@gmx.net> | 2010-01-09 23:04:31 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2010-01-11 20:51:47 +0800 |
commit | 374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9 (patch) | |
tree | 8cdae69204ae0dc5a8a3c316d396e4579bd7cb1f /src/empathy-accounts-dialog.c | |
parent | 6129abad0d991e8cb7d8aa8f582e8427fd96c5c5 (diff) | |
download | gsoc2013-empathy-374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9.tar gsoc2013-empathy-374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9.tar.gz gsoc2013-empathy-374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9.tar.bz2 gsoc2013-empathy-374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9.tar.lz gsoc2013-empathy-374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9.tar.xz gsoc2013-empathy-374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9.tar.zst gsoc2013-empathy-374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9.zip |
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
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r-- | 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 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) |