http://bugzilla.moblin.org/show_bug.cgi?id=6376
jku <jku(a)linux.intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #23 from jku <jku(a)linux.intel.com> 2010-02-20 09:11:58 PST ---
(In reply to comment #22)
Therefore I reverted the two commits again. Jussi, can you find a
workaround
for the lack of gtk_dialog_get_content_area() in the GTK version in Hardy?
That pesky GTK 2.12, Sorry. If you're interested, most of these API additions
were added as GTK+ 3.0 preparation between 2.12 and 2.14. They were added to
provide proper accessors for things that previously had been exposed as struct
fields. This direct struct access is still available but will be removed in
3.0.
I've pushed a fix that uses direct struct access, with the idea that I'll
revisit this (and the couple of other places) when 3.0 is in the radar --
either by adding ifdefs for GTK < 2.14 or dropping support for 2.12...
After that I started thinking about it more, and realised I should just bite
the bullet and add the ifdefs: GTK 3.0 is potentially close and we don't want
to be incompatible. Feel free to take the current branch though: It works on
current GTK versions, and I'll do all the 3.0 ifdefs in one go.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.