aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
authorVicent Marti2009-02-07 00:23:53 +0000
committerVicent Marti2009-02-07 00:23:53 +0000
commit341873c9d3c1f4742c6bb2ccf9a4435c09930c7e (patch)
tree7715b56df09dc786ec63239e9facbd9944f3573e /gui/launcher.cpp
parent108d4cfbd065b81a34c117e982ae1c77a95d49ce (diff)
downloadscummvm-rg350-341873c9d3c1f4742c6bb2ccf9a4435c09930c7e.tar.gz
scummvm-rg350-341873c9d3c1f4742c6bb2ccf9a4435c09930c7e.tar.bz2
scummvm-rg350-341873c9d3c1f4742c6bb2ccf9a4435c09930c7e.zip
Third attemp at fixing release-critical #2472185. Also fixes regression reported in #2555710.
svn-id: r36227
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 4d54a60eb0..2cf6d4c478 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -912,10 +912,8 @@ void LauncherDialog::updateButtons() {
? "Mass Add"
: "Add Game";
- if (_addButton->getLabel() != newAddButtonLabel) {
+ if (_addButton->getLabel() != newAddButtonLabel)
_addButton->setLabel(newAddButtonLabel);
- _addButton->draw();
- }
}
void LauncherDialog::reflowLayout() {