summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorsel.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-20 15:25:28 +0300
committermonsta <[email protected]>2016-01-20 15:51:23 +0300
commit84ad7cdc33edf7d533aefdbc4884321a7a27ddaa (patch)
tree0721e6199d4b366f28bd9ec0e6c30d19b1811e83 /libmate-desktop/mate-colorsel.h
parent8032c71822b165fd46183711ef3ca8bfe3e899c4 (diff)
downloadmate-desktop-84ad7cdc33edf7d533aefdbc4884321a7a27ddaa.tar.bz2
mate-desktop-84ad7cdc33edf7d533aefdbc4884321a7a27ddaa.tar.xz
use GtkBox instead of GtkVBox in both GTK+ builds
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of the library
Diffstat (limited to 'libmate-desktop/mate-colorsel.h')
-rw-r--r--libmate-desktop/mate-colorsel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-desktop/mate-colorsel.h b/libmate-desktop/mate-colorsel.h
index b841ba9..f6b9af1 100644
--- a/libmate-desktop/mate-colorsel.h
+++ b/libmate-desktop/mate-colorsel.h
@@ -54,7 +54,7 @@ typedef void (* MateColorSelectionChangePaletteWithScreenFunc) (GdkScreen
struct _MateColorSelection
{
- GtkVBox parent_instance;
+ GtkBox parent_instance;
/* < private_data > */
ColorSelectionPrivate *private_data;
@@ -62,7 +62,7 @@ struct _MateColorSelection
struct _MateColorSelectionClass
{
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
void (*color_changed) (MateColorSelection *color_selection);