Disable database/opensearch
[oi-userland.git] / components / library / gtk+ / patches / 09-fix-deprecated.patch
blobc408c1cf83c781ae4ff6285dc603fcdb3e399f1f
1 --- gtk+-2.24.33/gtk/gtkscalebutton.c.orig
2 +++ gtk+-2.24.33/gtk/gtkscalebutton.c
3 @@ -425,6 +425,10 @@
4 return object;
7 +void
8 +gtk_scale_button_set_orientation (GtkScaleButton *button,
9 + GtkOrientation orientation);
11 static void
12 gtk_scale_button_set_property (GObject *object,
13 guint prop_id,