aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 3a3527523f..4649eda5c4 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -892,7 +892,7 @@ void LauncherDialog::reflowLayout() {
}
if (_logo) {
- deleteWidget(_logo);
+ removeWidget(_logo);
_logo->setNext(0);
delete _logo;
_logo = 0;