diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-22 22:34:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-22 22:34:49 +0300 |
commit | 69f04f12d9793e93ea76874f71b7c99c55459b10 (patch) | |
tree | 722ed2fa069c4f58f0415c3004ebae5e67f66016 /src/dropshortcut.h | |
parent | ce1d5543c64be5c101908c20768ecb448737f2d0 (diff) | |
download | plus-69f04f12d9793e93ea76874f71b7c99c55459b10.tar.gz plus-69f04f12d9793e93ea76874f71b7c99c55459b10.tar.bz2 plus-69f04f12d9793e93ea76874f71b7c99c55459b10.tar.xz plus-69f04f12d9793e93ea76874f71b7c99c55459b10.zip |
Fix drops shortcuts loading.
Diffstat (limited to 'src/dropshortcut.h')
-rw-r--r-- | src/dropshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dropshortcut.h b/src/dropshortcut.h index 7f3ec46eb..3026ee9f5 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -146,7 +146,7 @@ class DropShortcut final */ void dropItems(const int cnt = 1); - void clear(); + void clear(bool isSave = true); private: |