diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmark-properties.c')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index f984124b8..d72482a65 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -254,7 +254,7 @@ static void toolbar_checkbox_changed_cb (GtkWidget *checkbox, EphyBookmarkProperties *props) { gboolean state; - gulong id; + guint id; state = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (checkbox)); @@ -314,7 +314,7 @@ build_ui (EphyBookmarkProperties *editor) char *str; const char *tmp; gboolean state; - gulong id; + guint id; g_signal_connect (G_OBJECT (editor), "response", |