cpw.nader.asynclogging-3: a00ce9d7: Fixed calling the wrong _finish function...

morshed.nader at gmail.com morshed.nader at gmail.com
Thu Jan 5 15:27:08 EST 2012


----------------------------------------------------------------------
Revision: a00ce9d7b71101b558da80f60ade0b625ff5e009
Parent:   62eab5af1004e838f99360445f1f8ae074cf7b85
Author:   morshed.nader at gmail.com
Date:     01/04/12 11:39:35
Branch:   im.pidgin.cpw.nader.asynclogging-3
URL: http://d.pidgin.im/viewmtn/revision/info/a00ce9d7b71101b558da80f60ade0b625ff5e009

Changelog: 

Fixed calling the wrong _finish function in the history plugin

Changes against parent 62eab5af1004e838f99360445f1f8ae074cf7b85

  patched  pidgin/plugins/history.c

-------------- next part --------------
============================================================
--- pidgin/plugins/history.c	4e677add33ad8cfe8a5b668ce97a6f8f4dbe1191
+++ pidgin/plugins/history.c	3624b8d700fc6fc6b164a0d145987ea4488ef0cc
@@ -280,7 +280,7 @@ historize_log_list_cb(GObject *object, G
 		return;
 	}
 
-	list = purple_log_list_logs_finish(PURPLE_LOG(object), res, &err);
+	list = purple_logs_list_logs_finish(res, &err);
 
 	if (list != NULL)
 		callback_data->log = get_last_log(list, callback_data->log);


More information about the Commits mailing list