[gstreamer-bugs] [Bug 632653] [seek] Don't use deprecated combo box API
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Oct 27 17:24:17 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=632653
GStreamer | gst-plugins-base | unspecified
Matthias Clasen <mclasen> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #5 from Matthias Clasen <mclasen at redhat.com> 2010-10-28 00:24:14 UTC ---
The committed patch was incomplete, it seems.
Here is a followup patch that makes things compile.
I didn't ifdef it up, since that would be a little excessive. It might be more
practical to define the new api for old gtk, like
#define gtk_combo_box_text_new gtk_combo_box_new_text
#define gtk_combo_box_text_append_text gtk_combo_box_append_text
#define GTK_COMBO_BOX_TEXT GTK_COMBO_BOX
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list