repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable database/opensearch
[oi-userland.git]
/
components
/
library
/
gtk+
/
patches
/
09-fix-deprecated.patch
blob
c408c1cf83c781ae4ff6285dc603fcdb3e399f1f
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;
5
}
6
7
+void
8
+gtk_scale_button_set_orientation (GtkScaleButton *button,
9
+ GtkOrientation orientation);
10
+
11
static void
12
gtk_scale_button_set_property (GObject *object,
13
guint prop_id,