summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2012-04-10 17:21:41 +0200
committerJonathan Bauer2012-04-10 17:21:41 +0200
commit659d1d5e5ee9e2111e3b7c6f429ad5a506a89f37 (patch)
tree3106eedb21bc66b49de6b76e7d2f0a255220214e /src/fbgui/ndgui.cpp
parentfix for user dialog showing every time (diff)
downloadfbgui-659d1d5e5ee9e2111e3b7c6f429ad5a506a89f37.tar.gz
fbgui-659d1d5e5ee9e2111e3b7c6f429ad5a506a89f37.tar.xz
fbgui-659d1d5e5ee9e2111e3b7c6f429ad5a506a89f37.zip
foo
Diffstat (limited to 'src/fbgui/ndgui.cpp')
-rw-r--r--src/fbgui/ndgui.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fbgui/ndgui.cpp b/src/fbgui/ndgui.cpp
index c74ae82..03e5254 100644
--- a/src/fbgui/ndgui.cpp
+++ b/src/fbgui/ndgui.cpp
@@ -31,7 +31,6 @@ ndgui::ndgui() :
*/
ndgui::~ndgui() {
delete _allowUserChoice;
- delete _tryAgain;
delete _networkDiscovery;
}
@@ -145,8 +144,7 @@ void ndgui::handleAllProcessesFinished(bool userChoice) {
} else {
LOG4CXX_DEBUG(ndLogger, " No usable interfaces found!: " << _networkDiscovery->getErrorStr());
LOG4CXX_DEBUG(ndLogger, " list is empty");
- _jsi->abortBoot("No usable interfaces found!"
- + _networkDiscovery->getErrorStr());
+ _jsi->abortBoot("No usable interfaces found!" + _networkDiscovery->getErrorStr());
}
}