From bacb58f2fda5bef60b55500aa79e17be7aa8a384 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 12 May 2003 19:22:27 +0000 Subject: Don't allow to have more than one bookmark with the same URL^H^H^Haddress, Don't allow to have more than one bookmark with the same URL^H^H^Haddress, warn the user with a nice dialog. Fixes #110854. --- src/bookmarks/ephy-new-bookmark.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bookmarks/ephy-new-bookmark.h') diff --git a/src/bookmarks/ephy-new-bookmark.h b/src/bookmarks/ephy-new-bookmark.h index 39c1f2f4a..fae8e3b7c 100644 --- a/src/bookmarks/ephy-new-bookmark.h +++ b/src/bookmarks/ephy-new-bookmark.h @@ -54,6 +54,10 @@ GtkWidget *ephy_new_bookmark_new (EphyBookmarks *bookmarks, GtkWindow *parent, const char *location); +gboolean ephy_new_bookmark_is_unique (EphyBookmarks *bookmarks, + GtkWindow *parent, + const char *location); + void ephy_new_bookmark_set_title (EphyNewBookmark *bookmark, const char *title); -- cgit v1.2.3