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

Unified Diff: chrome/browser/ui/gtk/certificate_viewer.cc

Issue 9167002: Revert 116956 - GTK: Seal up GSEALs, focusing on GtkSelectionData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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/ui/gtk/bubble/bubble_gtk.cc ('k') | content/browser/renderer_host/gtk_im_context_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/certificate_viewer.cc
===================================================================
--- chrome/browser/ui/gtk/certificate_viewer.cc (revision 116976)
+++ chrome/browser/ui/gtk/certificate_viewer.cc (working copy)
@@ -157,7 +157,7 @@
InitDetailsPage();
notebook_ = gtk_notebook_new();
- gtk_container_add(GTK_CONTAINER(content_area), notebook_);
+ gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog_)->vbox), notebook_);
gtk_notebook_append_page(
GTK_NOTEBOOK(notebook_),
« no previous file with comments | « chrome/browser/ui/gtk/bubble/bubble_gtk.cc ('k') | content/browser/renderer_host/gtk_im_context_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698