aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LDesktop.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-01-19 09:31:11 -0500
committerKen Moore <ken@pcbsd.org>2015-01-19 09:31:11 -0500
commitce19aced55bfbd18c95a9e0a7089c81017b866d8 (patch)
tree3f74e11a8ac0c7d616851f9ccd892f563f64a058 /lumina-desktop/LDesktop.h
parentFix a lockfile violation in the desktop plugin removal process. Now there is ... (diff)
downloadlumina-ce19aced55bfbd18c95a9e0a7089c81017b866d8.tar.gz
lumina-ce19aced55bfbd18c95a9e0a7089c81017b866d8.tar.bz2
lumina-ce19aced55bfbd18c95a9e0a7089c81017b866d8.zip
Oops, missed resetting one of the lock flags in the desktop.
Diffstat (limited to 'lumina-desktop/LDesktop.h')
-rw-r--r--lumina-desktop/LDesktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LDesktop.h b/lumina-desktop/LDesktop.h
index e21ca19a..f052d0ec 100644
--- a/lumina-desktop/LDesktop.h
+++ b/lumina-desktop/LDesktop.h
@@ -75,7 +75,7 @@ private:
private slots:
void InitDesktop();
void SettingsChanged();
- void UnlockSettings(){ issyncing=false; }
+ void UnlockSettings(){ issyncing=false; changingsettings=false;}
//Menu functions
void UpdateMenu(bool fast = false);
void ShowMenu(){
bgstack15