Seal GtkMessageDialog public vars

svn path=/trunk/; revision=20488
This commit is contained in:
Tim Janik 2008-06-20 10:57:46 +00:00
parent b3c47333f3
commit acea4faf74

View File

@ -70,8 +70,8 @@ struct _GtkMessageDialog
GtkDialog parent_instance;
GtkWidget *image;
GtkWidget *label;
GtkWidget *GSEAL (image);
GtkWidget *GSEAL (label);
};
struct _GtkMessageDialogClass