| Index: chrome/browser/gtk/import_dialog_gtk.cc
|
| diff --git a/chrome/browser/gtk/import_dialog_gtk.cc b/chrome/browser/gtk/import_dialog_gtk.cc
|
| index b6cf511b44446a3f55b94c116743485ca9c9c87d..06baefb13f7b3eeddba67e1e7b89b273265decc4 100644
|
| --- a/chrome/browser/gtk/import_dialog_gtk.cc
|
| +++ b/chrome/browser/gtk/import_dialog_gtk.cc
|
| @@ -37,6 +37,7 @@ ImportDialogGtk::ImportDialogGtk(GtkWindow* parent, Profile* profile) :
|
| l10n_util::GetStringUTF8(IDS_IMPORT_COMMIT).c_str(),
|
| GTK_RESPONSE_ACCEPT,
|
| NULL);
|
| + importer_host_->set_parent_window(GTK_WINDOW(dialog_));
|
|
|
| // TODO(rahulk): find how to set size properly so that the dialog
|
| // box width is at least enough to display full title.
|
|
|