diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmark-properties.h')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.h b/src/bookmarks/ephy-bookmark-properties.h index 542ab3538..97b393c51 100644 --- a/src/bookmarks/ephy-bookmark-properties.h +++ b/src/bookmarks/ephy-bookmark-properties.h @@ -53,7 +53,7 @@ GType ephy_bookmark_properties_get_type (void); GtkWidget *ephy_bookmark_properties_new (EphyBookmarks *bookmarks, EphyNode *bookmark, - GtkWindow *parent_window); + GtkWidget *parent_window); EphyNode *ephy_bookmark_properties_get_node (EphyBookmarkProperties *properties); |