diff src/dbus-useful.c @ 11903:c9312177821a

[gaim-migrate @ 14194] "make distcheck" fixes - mostly fixing DBUS things so they can compile outside the source tree, and a few compile warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 30 Oct 2005 17:24:38 +0000
parents 64fadbf3810f
children 8bda65b88e49
line wrap: on
line diff
--- a/src/dbus-useful.c	Sun Oct 30 17:23:15 2005 +0000
+++ b/src/dbus-useful.c	Sun Oct 30 17:24:38 2005 +0000
@@ -10,7 +10,7 @@
 gaim_accounts_find_ext(const char *name, const char *protocol_id, 
 		       gboolean (*account_test)(const GaimAccount *account))
 {
-    GList *result = NULL;
+    GaimAccount *result = NULL;
     GList *l;
     char *who;