diff options
author | Ken Moore <ken@pcbsd.org> | 2015-01-19 09:31:11 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-01-19 09:31:11 -0500 |
commit | ce19aced55bfbd18c95a9e0a7089c81017b866d8 (patch) | |
tree | 3f74e11a8ac0c7d616851f9ccd892f563f64a058 /lumina-desktop/LDesktop.h | |
parent | Fix a lockfile violation in the desktop plugin removal process. Now there is ... (diff) | |
download | lumina-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.h | 2 |
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(){ |