diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 4 | ||||
-rw-r--r-- | src/epiphany.defs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 9182462ab..3758bd8da 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -605,7 +605,7 @@ ephy_bookmark_properties_constructor (GType type, gtk_widget_show (widget); button = gtk_toggle_button_new_with_label (""); gtk_button_set_image (GTK_BUTTON (button), widget); - ephy_state_add_toggle (button, "bookmark_properties_list", FALSE); + ephy_state_add_expander (button, "bookmark_properties_list", FALSE); g_signal_connect (button, "toggled", G_CALLBACK (list_toggled_cb), properties); list_toggled_cb (GTK_TOGGLE_BUTTON (button), properties); gtk_widget_show (button); @@ -658,7 +658,7 @@ ephy_bookmark_properties_constructor (GType type, gtk_dialog_set_default_response (dialog, GTK_RESPONSE_CLOSE); } - update_warning_idle (properties); + update_warning (properties); return object; } diff --git a/src/epiphany.defs b/src/epiphany.defs index 33157fe16..f81bd2c8f 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -2411,7 +2411,7 @@ (c-name "ephy_state_add_expander") (return-type "none") (parameters - '("GtkWidget*" "expander") + '("GtkWidget*" "widget") '("const-char*" "name") '("gboolean" "default_state") ) |