Mercurial > pidgin.yaz
changeset 13775:9726dbf3d844
[gaim-migrate @ 16187]
SVN fails to compile for some people (Luke, and the submitter of 1489421 at least). It worked for me and then didn't. Maybe I was looking at different trees?
Anyway, this seems to fix it for me. We really need to cleanup the DBus stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 16 May 2006 15:43:45 +0000 |
parents | 78de76055f59 |
children | d64da4db5e8f |
files | src/dbus-analyze-functions.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dbus-analyze-functions.py Sat May 13 15:42:23 2006 +0000 +++ b/src/dbus-analyze-functions.py Tue May 16 15:43:45 2006 +0000 @@ -26,6 +26,11 @@ "gaim_conv_placement_get_fnc", "gaim_conv_placement_get_current_func", "gaim_conv_placement_set_current_func", + + # This is excluded because this script treats GaimLogReadFlags* + # as pointer to a struct, instead of a pointer to an enum. This + # causes a compilation error. Someone should fix this script. + "gaim_log_read", ] # This is a list of functions that return a GList* whose elements are