diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-20 21:39:38 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-20 21:39:38 +0800 |
commit | 463e75645659a19cd758429307ab6db2063cc45b (patch) | |
tree | 66e0437e26cdefa07faede5a0f30789b71e7f7b3 /libempathy-gtk/empathy-accounts-dialog.c | |
parent | afdca8a81d71ab9c78780dabea1e651a9a4ccebb (diff) | |
download | gsoc2013-empathy-463e75645659a19cd758429307ab6db2063cc45b.tar gsoc2013-empathy-463e75645659a19cd758429307ab6db2063cc45b.tar.gz gsoc2013-empathy-463e75645659a19cd758429307ab6db2063cc45b.tar.bz2 gsoc2013-empathy-463e75645659a19cd758429307ab6db2063cc45b.tar.lz gsoc2013-empathy-463e75645659a19cd758429307ab6db2063cc45b.tar.xz gsoc2013-empathy-463e75645659a19cd758429307ab6db2063cc45b.tar.zst gsoc2013-empathy-463e75645659a19cd758429307ab6db2063cc45b.zip |
Fix focus and text selection in accounts dialog. Fixes bug #502932.
svn path=/trunk/; revision=492
Diffstat (limited to 'libempathy-gtk/empathy-accounts-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-accounts-dialog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c index 4c0719c21..d361103fb 100644 --- a/libempathy-gtk/empathy-accounts-dialog.c +++ b/libempathy-gtk/empathy-accounts-dialog.c @@ -306,8 +306,6 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog, dialog->settings_widget = empathy_account_widget_generic_new (account); } - - gtk_widget_grab_focus (dialog->settings_widget); } if (dialog->settings_widget) { |