GNOME Bugzilla – Bug 600627
Fix for SexyURLLabel replacement code for GTK+ >= 2.17.1
Last modified: 2010-03-24 13:00:03 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 on attachment 146888 [details] [review] Fix compilation issues in conditional code for GTK >= 2.17.1 committed .
thanks for the catch.