-rw-r--r-- | noncore/net/opietooth/manager/pppdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/pppdialog.cpp b/noncore/net/opietooth/manager/pppdialog.cpp index 1df22a1..4ab3738 100644 --- a/noncore/net/opietooth/manager/pppdialog.cpp +++ b/noncore/net/opietooth/manager/pppdialog.cpp | |||
@@ -73,6 +73,7 @@ PPPDialog::PPPDialog( const QString& device, int port, QWidget* parent, | |||
73 | 73 | ||
74 | connect( connectButton, SIGNAL( clicked() ), this, SLOT( connectToDevice() ) ); | 74 | connect( connectButton, SIGNAL( clicked() ), this, SLOT( connectToDevice() ) ); |
75 | //And fill cmdLine with ppp script filenames | 75 | //And fill cmdLine with ppp script filenames |
76 | cmdLine->insertItem(""); | ||
76 | cmdLine->insertStringList(d.entryList()); | 77 | cmdLine->insertStringList(d.entryList()); |
77 | } | 78 | } |
78 | 79 | ||