[Scummvm-git-logs] scummvm master -> 4e5794133946676cd1379b1e38af2351fbc273cc

bgK bastien.bouclet at gmail.com
Fri Sep 28 17:33:30 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4e57941339 GUI: Fix mass add not showing some variants if one is already known


Commit: 4e5794133946676cd1379b1e38af2351fbc273cc
    https://github.com/scummvm/scummvm/commit/4e5794133946676cd1379b1e38af2351fbc273cc
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2018-09-28T17:33:13+02:00

Commit Message:
GUI: Fix mass add not showing some variants if one is already known

Changed paths:
    gui/massadd.cpp


diff --git a/gui/massadd.cpp b/gui/massadd.cpp
index 66a1a23..f4d857a 100644
--- a/gui/massadd.cpp
+++ b/gui/massadd.cpp
@@ -228,7 +228,7 @@ void MassAddDialog::handleTickle() {
 				}
 				if (duplicate) {
 					_oldGamesCount++;
-					break;	// Skip duplicates
+					continue;	// Skip duplicates
 				}
 			}
 			_games.push_back(result);





More information about the Scummvm-git-logs mailing list