From 755fd4806a674e254387e3053857b5475453c8b8 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Tue, 11 May 2010 23:43:07 +0000 Subject: gtk: Don't set the GDK_WINDOW_TYPE_HINT_NORMAL hint on the AutoFill dialog window. This matches other options sub-dialogs. BUG=41196 TEST=none Review URL: http://codereview.chromium.org/2012010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46986 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autofill/autofill_dialog_gtk.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/browser/autofill/autofill_dialog_gtk.cc b/chrome/browser/autofill/autofill_dialog_gtk.cc index 1a826d5..3fea3a4 100644 --- a/chrome/browser/autofill/autofill_dialog_gtk.cc +++ b/chrome/browser/autofill/autofill_dialog_gtk.cc @@ -788,8 +788,6 @@ void AutoFillDialog::InitializeWidgets() { GTK_RESPONSE_OK, NULL); - // Allow browser windows to go in front of the AutoFill dialog in Metacity. - gtk_window_set_type_hint(GTK_WINDOW(dialog_), GDK_WINDOW_TYPE_HINT_NORMAL); gtk_box_set_spacing(GTK_BOX(GTK_DIALOG(dialog_)->vbox), gtk_util::kContentAreaSpacing); g_signal_connect(dialog_, "response", G_CALLBACK(OnResponse), this); -- cgit v1.1