pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c38404f
)
small fix
author
Enno Boland (tox)
<tox@s01.de>
Tue, 20 Oct 2009 18:58:18 +0000
(20:58 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Tue, 20 Oct 2009 18:58:18 +0000
(20:58 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
5d2a30d
..
934694e
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-237,6
+237,7
@@
destroyclient(Client *c) {
gtk_widget_destroy(c->uribar);
gtk_widget_destroy(c->searchbar);
gtk_widget_destroy(c->vbox);
+ gtk_widget_destroy(c->indicator);
gtk_widget_destroy(c->win);
for(i = 0; i < LENGTH(items); i++)
gtk_widget_destroy(c->items[i]);