| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Don't use the term "eplugin" for modules.
- Use the term "plugin" instead of "eplugin" for plugins.
- Split SpamAssassin settings into a separate schema.
|
| |
|
| |
|
| |
|
|
|
|
| |
Reverted some parts of bug #599199 and did the same differently
|
|
|
|
|
|
|
| |
The sync is done only once on idle after start. The method of checking for
buddy list changes is done by md5 checksum now, as the pidgin start/stop
changed file time, which was the old method of detecting changes. Also not
using getenv("HOME"), but g_get_home_dir() instead.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to
the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a
timeout in seconds is desired.
|
|
|
|
| |
svn path=/trunk/; revision=36116
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
|
|
|
|
|
|
| |
it used the same addressbook as that used by Automatic Contacts.
svn path=/trunk/; revision=31277
|
|
2004-10-25 Nat Friedman <nat@novell.com>
* bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a
timer to check for Gaim buddy list chnages to sync.
(bbdb_do_it): Free some memory we were leaking before.
(bbdb_open_addressbook): New function for Gaim buddy list support.
(bbdb_check_gaim_enabled): Likewise.
(enable_gaim_toggled_cb): Likewise.
(synchronize_button_clicked_cb): Likewise.
(bbdb_page_factory): Added UI for Gaim buddy list sync support.
* gaimbuddies.c: New file, contains routines to synchronize IM
information and buddy icons from a Gaim buddy list.
* bbdb.h: New file, contains shared macros and prototypes.
* test-evobuddy.c (main): New function, tests a gaim buddy list
sync.
svn path=/trunk/; revision=27723
|