From 146d72a7390d40a5daca1a6a34432786c300e1bd Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Mon, 11 Mar 2013 17:46:19 +0000 Subject: Remove mutex from file seselector mutex would, in some rare cases fail to lock and cause a freeze of the GUI. Also restored some code that was removed before and should not have been removed to fix a bug with folder selection where you select the same file or folder twice (e.g. select a backup on the restore page, press back, then select that backup again.) --- gui/objects.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index 047b66b63..3a39fe565 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -496,7 +496,6 @@ protected: COLOR mFontHighlightColor; int startSelection; bool updateFileList; - pthread_mutex_t updateFileListmutex; }; class GUIListBox : public RenderObject, public ActionObject -- cgit v1.2.3