diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-31 04:09:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-31 04:09:59 +0800 |
commit | e079b8f01e96df848268e822afc531acc98bf68f (patch) | |
tree | 2ce2513be9a96806b46a4d697d90a5d3ef0cd19d /src/ephy-window.c | |
parent | 8f01817138c1852b319898a5de3f4b9f244cdea5 (diff) | |
download | gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar.gz gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar.zst gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.zip |
Some sparse fixes.
2005-01-30 Christian Persch <chpe@cvs.gnome.org>
* 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.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index c7e8c60c3..b1f1c1096 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -394,11 +394,11 @@ struct _EphyWindowPrivate guint browse_with_caret_notifier_id; guint allow_popups_notifier_id; - gboolean closing : 1; - gboolean has_size : 1; - gboolean fullscreen_mode : 1; - gboolean ppv_mode : 1; - gboolean should_save_chrome : 1; + guint closing : 1; + guint has_size : 1; + guint fullscreen_mode : 1; + guint ppv_mode : 1; + guint should_save_chrome : 1; }; enum |