From 4622cf9f5241ff9a9b77f6117576bfabf9074183 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 1 Mar 2013 15:29:36 -0600 Subject: More file selector fixes Fix a freeze that occurs when you move or delete a file in the file manager Make file sort buttons work again Change-Id: Ifcb68edf3c29c475946d538748729485d0840842 --- gui/objects.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index 3a39fe565..047b66b63 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -496,6 +496,7 @@ protected: COLOR mFontHighlightColor; int startSelection; bool updateFileList; + pthread_mutex_t updateFileListmutex; }; class GUIListBox : public RenderObject, public ActionObject -- cgit v1.2.3