diff options
author | fluxgen <fluxgen> | 2006-09-20 20:55:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-09-20 20:55:18 (GMT) |
commit | fa675bb367621d6e27c0660141330bffd4235447 (patch) | |
tree | 9594015f07ca9237ee9a7fa7f3d254b533bec798 /src/Toolbar.hh | |
parent | 750caf08b865df30021e9ec1f1d89f3824028216 (diff) | |
download | fluxbox_pavel-fa675bb367621d6e27c0660141330bffd4235447.zip fluxbox_pavel-fa675bb367621d6e27c0660141330bffd4235447.tar.bz2 |
fixed bug #1561482, crashed with toolbarmenu
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 04b06e6..5ac2114 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -135,7 +135,7 @@ private: | |||
135 | void rearrangeItems(); | 135 | void rearrangeItems(); |
136 | void deleteItems(); | 136 | void deleteItems(); |
137 | 137 | ||
138 | void setupMenus(); | 138 | void setupMenus(bool skip_new_placement=false); |
139 | void clearStrut(); | 139 | void clearStrut(); |
140 | void updateStrut(); | 140 | void updateStrut(); |
141 | void updateAlpha(); | 141 | void updateAlpha(); |