comparison src/status.c @ 13867:a092ea4edd4e

[gaim-migrate @ 16333] Patch #1511180: Buddy list ui_ops fix I had a hard time figuring out why things were not working even after I set the blist-uiops using gaim_blist_set_ui_ops. This patch is a fix for it. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 24 Jun 2006 22:25:22 +0000
parents b76c6de0c3b5
children 8bda65b88e49
comparison
equal deleted inserted replaced
13866:cf6f32628f8f 13867:a092ea4edd4e
1296 1296
1297 static void 1297 static void
1298 update_buddy_idle(GaimBuddy *buddy, GaimPresence *presence, 1298 update_buddy_idle(GaimBuddy *buddy, GaimPresence *presence,
1299 time_t current_time, gboolean old_idle, gboolean idle) 1299 time_t current_time, gboolean old_idle, gboolean idle)
1300 { 1300 {
1301 GaimBlistUiOps *ops = gaim_get_blist()->ui_ops; 1301 GaimBlistUiOps *ops = gaim_blist_get_ui_ops();
1302 1302
1303 if (!old_idle && idle) 1303 if (!old_idle && idle)
1304 { 1304 {
1305 if (gaim_prefs_get_bool("/core/logging/log_system")) 1305 if (gaim_prefs_get_bool("/core/logging/log_system"))
1306 { 1306 {