diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-04 20:02:13 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-04 20:02:13 +0200 |
commit | 36674f729711588181754a4b587564962e15c138 (patch) | |
tree | 196140b1b8599e2e13f450e757e9bc1b517a505a /libmate-desktop/mate-colorseldialog.h | |
parent | c9497d958bb1ca646c1b8b69dfe344f2e2a555ed (diff) | |
download | mate-desktop-36674f729711588181754a4b587564962e15c138.tar.bz2 mate-desktop-36674f729711588181754a4b587564962e15c138.tar.xz |
libmate-desktop: Add GTK3 support to MateColorButton
Diffstat (limited to 'libmate-desktop/mate-colorseldialog.h')
-rw-r--r-- | libmate-desktop/mate-colorseldialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libmate-desktop/mate-colorseldialog.h b/libmate-desktop/mate-colorseldialog.h index d5fbdee..71a7873 100644 --- a/libmate-desktop/mate-colorseldialog.h +++ b/libmate-desktop/mate-colorseldialog.h @@ -47,10 +47,10 @@ struct _MateColorSelectionDialog { GtkDialog parent_instance; - GtkWidget *GSEAL (colorsel); - GtkWidget *GSEAL (ok_button); - GtkWidget *GSEAL (cancel_button); - GtkWidget *GSEAL (help_button); + GtkWidget *colorsel; + GtkWidget *ok_button; + GtkWidget *cancel_button; + GtkWidget *help_button; }; struct _MateColorSelectionDialogClass |