diff options
Diffstat (limited to 'lib/ephy-dialog.c')
-rw-r--r-- | lib/ephy-dialog.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c index d6ec0e1ea..efeb5dcdd 100644 --- a/lib/ephy-dialog.c +++ b/lib/ephy-dialog.c @@ -82,11 +82,11 @@ struct _EphyDialogPrivate GtkWidget *parent; GtkWidget *dialog; - gboolean modal : 1; - gboolean has_default_size : 1; - gboolean disposing : 1; - gboolean initialized : 1; - gboolean persist_position : 1; + guint modal : 1; + guint has_default_size : 1; + guint disposing : 1; + guint initialized : 1; + guint persist_position : 1; int default_width; int default_height; }; |