Feature Requests item #2806235, was opened at 2009-06-14 17:27
Message generated for change (Tracker Item Submitted) made by debrouxl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377683&aid=2806235&group_id=23169
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Lionel Debroux (debrouxl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make bookmarks available on GTK+ >= 2.12.0...
Initial Comment:
The bookmarks don't work in TIEmu 3.03 if it is linked against GTK+ >= 2.12.0.
The attached patch changes the bookmark code so that it behaves the following way:
* push the tooltips' content (mostly URLs) to the menu item labels, so which can be retrieved on GTK+ >= 2.16.0;
* GTK+ >= 2.16.0: retrieve the GtkMenuItem's label, parse it to extract the URL;
* GTK+ < 2.16.0: retrieve the GtkMenuItem's tooltip, parse it to extract the URL.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377683&aid=2806235&group_id=23169
|