From e079b8f01e96df848268e822afc531acc98bf68f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 30 Jan 2005 20:09:59 +0000 Subject: Some sparse fixes. 2005-01-30 Christian Persch * embed/ephy-history.c: (ephy_history_new): * lib/ephy-dialog.c: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_new): * src/ephy-link.c: (ephy_link_open): * src/ephy-statusbar.c: (create_statusbar_security_icon): * src/ephy-window.c: * src/prefs-dialog.c: (get_download_button_label): Some sparse fixes. --- lib/ephy-dialog.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/ephy-dialog.c') 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; }; -- cgit v1.2.3