summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorseldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/mate-colorseldialog.h')
-rw-r--r--libmate-desktop/mate-colorseldialog.h8
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