From 36674f729711588181754a4b587564962e15c138 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 4 May 2014 20:02:13 +0200 Subject: libmate-desktop: Add GTK3 support to MateColorButton --- libmate-desktop/mate-colorseldialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libmate-desktop/mate-colorseldialog.h') 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 -- cgit v1.2.1