diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmark-properties.h')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.h b/src/bookmarks/ephy-bookmark-properties.h index 1790259ca..cd7c23a2f 100644 --- a/src/bookmarks/ephy-bookmark-properties.h +++ b/src/bookmarks/ephy-bookmark-properties.h @@ -51,7 +51,8 @@ typedef struct GType ephy_bookmark_properties_get_type (void); GtkWidget *ephy_bookmark_properties_new (EphyBookmarks *bookmarks, - EphyNode *bookmark); + EphyNode *bookmark, + GtkWindow *parent_window); G_END_DECLS |