projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff7549
)
Set completion box to null after destroying it.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 10 Nov 2012 14:45:22 +0000
(15:45 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 10 Nov 2012 14:45:22 +0000
(15:45 +0100)
src/completion.c
patch
|
blob
|
history
diff --git
a/src/completion.c
b/src/completion.c
index
af76213
..
166e173
100644
(file)
--- a/
src/completion.c
+++ b/
src/completion.c
@@
-81,6
+81,7
@@
void completion_clean(void)
if (vp.gui.compbox) {
gtk_widget_destroy(vp.gui.compbox);
+ vp.gui.compbox = NULL;
}
vp.comps.completions = NULL;
vp.comps.active = NULL;