[Pidgin] #2832: make aborts in gntline.c
Pidgin
trac at pidgin.im
Thu Sep 13 14:45:46 EDT 2007
#2832: make aborts in gntline.c
---------------------------+------------------------------------------------
Reporter: MuRdOc | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: pidgin (gtk) | Version: 2.1.1
Resolution: | Keywords: make gtk error
Pending: 0 |
---------------------------+------------------------------------------------
Comment (by mahesha):
I copied the idea from gnttree.c and changed line 122 of gntline.c to be
following:
{{{
#if GLIB_CHECK_VERSION(2,8,0)
G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB
#else
G_PARAM_READWRITE
#endif
}}}
make worked for me with this. G_PARAM_STATIC_* seem to be added after
version 2.8.0 of GLIB - just a guess.
--
Ticket URL: <http://developer.pidgin.im/ticket/2832#comment:5>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list