GNOME Bugzilla – Bug 377309
Preferences' "Synchronize with buddy list now" doesn't work unless you select "Pedriodically synchronize (...)"
Last modified: 2007-11-27 18:23:16 UTC
Reproduce: 1. Open Evolution. 2. Open Preferences > Mail Preferences > Automatic Contacts. 3. Without having "Periodically synchronize contact information and images from gaim buddy list" checked, click "Synchronize with buddy list now". What happens: Nothing Happens™. What should happen: My contacts are synchronized with my buddy list (just that time). The button should work without the "Periodically (...)" checkbutton checked.
Created attachment 77617 [details] [review] Removes reiterative checks for GCONF_KEY_ENABLE_GAIM I found that the real problem was that a lot of functions had checks for GCONF_KEY_ENABLE_GAIM when they should only do their job because we can/should check for this key outside of this functions (this way this bug isn't present). Precisely, we can check with the already existing function bbdb_check_gaim_enabled (). I hope you find this fine :) :)
ping.
Sankar ?
Patch is good. Committed. http://svn.gnome.org/viewcvs/evolution?view=revision&revision=33957
http://bugzilla.gnome.org/show_bug.cgi?id=491062l is caused by this fix.