diff 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
line wrap: on
line diff
--- a/src/status.c	Sat Jun 24 20:32:18 2006 +0000
+++ b/src/status.c	Sat Jun 24 22:25:22 2006 +0000
@@ -1298,7 +1298,7 @@
 update_buddy_idle(GaimBuddy *buddy, GaimPresence *presence,
 		time_t current_time, gboolean old_idle, gboolean idle)
 {
-	GaimBlistUiOps *ops = gaim_get_blist()->ui_ops;
+	GaimBlistUiOps *ops = gaim_blist_get_ui_ops();
 
 	if (!old_idle && idle)
 	{