Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: chrome/browser/gtk/bookmark_context_menu.cc

Issue 192079: Bookmark context menu: pass the correct parent to the bookmark editor.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/bookmarks/bookmark_context_menu_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/bookmark_context_menu.cc
===================================================================
--- chrome/browser/gtk/bookmark_context_menu.cc (revision 26012)
+++ chrome/browser/gtk/bookmark_context_menu.cc (working copy)
@@ -337,7 +337,7 @@
editor_config = BookmarkEditor::SHOW_TREE;
else
editor_config = BookmarkEditor::NO_TREE;
- BookmarkEditor::Show(wnd_, profile_, NULL, selection_[0],
+ BookmarkEditor::Show(wnd_, profile_, parent_, selection_[0],
editor_config, NULL);
#else
NOTIMPLEMENTED();
« no previous file with comments | « chrome/browser/bookmarks/bookmark_context_menu_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698