After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600627 - Fix for SexyURLLabel replacement code for GTK+ >= 2.17.1
Fix for SexyURLLabel replacement code for GTK+ >= 2.17.1
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks: 602311
 
 
Reported: 2009-11-04 00:07 UTC by Florian Müllner
Modified: 2010-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix compilation issues in conditional code for GTK >= 2.17.1 (1.54 KB, patch)
2009-11-04 00:07 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2009-11-04 00:07:05 UTC
Created attachment 146888 [details] [review]
Fix compilation issues in conditional code for GTK >= 2.17.1

There is conditional code in topic-label.c which replaces SexyURLLabel when
compiled with GTK+ >= 2.17.1. Unfortunately, there are two minor errors which
prevent compilation (mismatch of function declaration / definition and missing
parenthesis).

I attach a small patch.
Comment 1 Ritesh Khadgaray ( irc:ritz) 2009-11-04 06:51:51 UTC
Comment on attachment 146888 [details] [review]
Fix compilation issues in conditional code for GTK >= 2.17.1

committed .
Comment 2 Ritesh Khadgaray ( irc:ritz) 2009-11-04 06:55:16 UTC
thanks for the catch.