small fix
authorEnno Boland (tox) <tox@s01.de>
Tue, 20 Oct 2009 18:58:18 +0000 (20:58 +0200)
committerEnno Boland (tox) <tox@s01.de>
Tue, 20 Oct 2009 18:58:18 +0000 (20:58 +0200)
surf.c

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]);