Populate with setup data
authorMikko Keinänen <mikko.keinanen@gmail.com>
Sat, 12 Jun 2010 16:35:50 +0000 (19:35 +0300)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Sat, 12 Jun 2010 16:35:50 +0000 (19:35 +0300)
src/dialogs/mediaimagepathdialog.cpp

index b13b398..da299a2 100644 (file)
@@ -60,7 +60,8 @@ void MediaImagePathDialog::initWidgets()
     // these widgets will be automatically parented using layout components
     filePathLabel = new QLabel;
     filePathButton = new QPushButton(tr("&Browse filepath"));
-     setupComBox = new QComboBox;
+    setupComBox = new QComboBox;
+    populateSetupComBox();
 }
 
 void MediaImagePathDialog::populateSetupComBox()