Index: /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.cpp	(revision 78214)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.cpp	(revision 78215)
@@ -111,4 +111,5 @@
     {
         mPathWgt = mLineEdit = new QILineEdit (this);
+        setFocusProxy(mLineEdit);
         connect (mLineEdit, SIGNAL (textChanged (const QString&)),
                  this, SLOT (textChanged (const QString&)));
