After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 377309 - Preferences' "Synchronize with buddy list now" doesn't work unless you select "Pedriodically synchronize (...)"
Preferences' "Synchronize with buddy list now" doesn't work unless you select...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-11-20 06:27 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2007-11-27 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes reiterative checks for GCONF_KEY_ENABLE_GAIM (2.09 KB, patch)
2006-12-04 06:31 UTC, Diego Escalante Urrelo (not reading bugmail)
committed Details | Review

Description Diego Escalante Urrelo (not reading bugmail) 2006-11-20 06:27:22 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.
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2006-12-04 06:31:05 UTC
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 :) :)
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2007-04-09 19:01:36 UTC
ping.
Comment 3 Srinivasa Ragavan 2007-05-19 09:58:35 UTC
Sankar ?
Comment 4 Diego Escalante Urrelo (not reading bugmail) 2007-08-06 10:30:36 UTC
ping.
Comment 5 Sankar P 2007-08-06 13:28:38 UTC
Patch is good. Committed. 

http://svn.gnome.org/viewcvs/evolution?view=revision&revision=33957
Comment 6 Srinivasa Ragavan 2007-11-27 18:23:16 UTC
http://bugzilla.gnome.org/show_bug.cgi?id=491062l is caused by this fix.