diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 27faad9e9..f35b0f87a 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -54,11 +54,11 @@ struct _EphyHistoryPrivate EphyNode *last_page; GHashTable *hosts_hash; GHashTable *pages_hash; - int autosave_timeout; + guint autosave_timeout; guint update_hosts_idle; + guint disable_history_notifier_id; gboolean dirty; gboolean enabled; - guint disable_history_notifier_id; }; enum |