Bug 376618 - History Sidebar->Bookmark This Link should open the bookmark properties dialog in minimal UI mode. r=dietrich.

This commit is contained in:
mozilla.mano@sent.com 2007-04-05 15:07:06 -07:00
parent 5962df47cc
commit 7a52426d7b

View File

@ -111,7 +111,7 @@ function historyAddBookmarks()
return;
#ifdef MOZ_PLACES_BOOKMARKS
PlacesUtils.showAddBookmarkUI(PlacesUtils._uri(node.uri), node.title);
PlacesUtils.showMinimalAddBookmarkUI(PlacesUtils._uri(node.uri), node.title);
#else
BookmarksUtils.addBookmark(node.uri, node.title, undefined);
#endif