diff options
| author | Milan Crha <mcrha@redhat.com> | 2012-09-14 17:20:08 +0800 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2012-09-14 17:20:08 +0800 |
| commit | 8e88f65fbe94ca97df338ebc8054879d7bef9aa0 (patch) | |
| tree | 7872c4a5ed6a7a1ed2c3b6b40679a5534d4a65c9 /widgets | |
| parent | 2db009a1cf75d22e345a25dccff2706193e7950d (diff) | |
| download | gsoc2013-evolution-8e88f65fbe94ca97df338ebc8054879d7bef9aa0.tar gsoc2013-evolution-8e88f65fbe94ca97df338ebc8054879d7bef9aa0.tar.gz gsoc2013-evolution-8e88f65fbe94ca97df338ebc8054879d7bef9aa0.tar.bz2 gsoc2013-evolution-8e88f65fbe94ca97df338ebc8054879d7bef9aa0.tar.lz gsoc2013-evolution-8e88f65fbe94ca97df338ebc8054879d7bef9aa0.tar.xz gsoc2013-evolution-8e88f65fbe94ca97df338ebc8054879d7bef9aa0.tar.zst gsoc2013-evolution-8e88f65fbe94ca97df338ebc8054879d7bef9aa0.zip | |
Bug #683949 - Cannot create new LDAP Addressbook
Diffstat (limited to 'widgets')
| -rw-r--r-- | widgets/misc/e-source-config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-source-config.c b/widgets/misc/e-source-config.c index 8e37836cc9..f8b6252fe4 100644 --- a/widgets/misc/e-source-config.c +++ b/widgets/misc/e-source-config.c @@ -281,6 +281,7 @@ source_config_type_combo_changed_cb (GtkComboBox *type_combo, } e_source_config_resize_window (config); + e_source_config_check_complete (config); } static gboolean |
