Closed GoogleCodeExporter closed 9 years ago
Hovering over the various links shows that they are properly generated. They
are just
not inserted correctly into the text stream
Original comment by ak.hep...@gmail.com
on 19 Aug 2009 at 11:11
this is reproducible on both Windows(XP) and Linux.
Original comment by ak.hep...@gmail.com
on 20 Aug 2009 at 1:10
Ok, I found the cause. Pidgin 2.6 change the way to handle url. Now we must call
gtk_imhtml_class_register_protocol to handle our protocol.
Code will need to be changed that will make it not compatible with 2.5.x.
Original comment by somsaks
on 20 Aug 2009 at 5:46
Hrm.. it seems like you could use purple_version_check to decide which method
to use,
in which case you'd remain backwards compatible...
Original comment by ak.hep...@gmail.com
on 20 Aug 2009 at 6:08
Yep i plan to do just that. #if + PURPLE_VERSION_CHECK or something similar.
It will take sometime though. It's not just a simple bug.
Original comment by somsaks
on 20 Aug 2009 at 6:26
Original comment by somsaks
on 26 Aug 2009 at 6:33
Ok, latest SVN (r316) temporary fix this issue. The more proper fix might be
appear
in next major release instead.
Original comment by somsaks
on 26 Aug 2009 at 5:33
Hrm.. may have to purge pidgin completely and reinstall??
twitgin.c:443: error: expected declaration specifiers or ‘...’ before
‘GtkIMHtmlLink’
twitgin.c: In function ‘twitgin_url_clicked_cb’:
twitgin.c:445: warning: implicit declaration of function
‘gtk_imhtml_link_get_url’
twitgin.c:445: warning: initialization makes pointer from integer without a cast
twitgin.c: At top level:
twitgin.c:455: error: expected declaration specifiers or ‘...’ before
‘GtkIMHtmlLink’
make[1]: *** [twitgin.o] Error 1
make[1]: Leaving directory
`/usr/local/src/pidgin/microblog-purple-read-only/twitgin'
make: *** [build] Error 1
Original comment by ak.hep...@gmail.com
on 26 Aug 2009 at 6:06
Apparently it was my weird layout -- i'd done an overlay install of 2.5.8 onto a
previously installed 2.6.1, but some things didn't get cleaned out, so it looks
like
it was trying to link mixed versions.
Full purge/re-install gives a clean build with 2.6.1 and svn216. All twitgin
links
are working.
Original comment by ak.hep...@gmail.com
on 26 Aug 2009 at 6:52
Original comment by somsaks
on 27 Aug 2009 at 4:27
Issue 145 has been merged into this issue.
Original comment by somsaks
on 29 Aug 2009 at 3:17
Issue 146 has been merged into this issue.
Original comment by somsaks
on 7 Sep 2009 at 10:19
Original issue reported on code.google.com by
ak.hep...@gmail.com
on 19 Aug 2009 at 10:39