Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved warning when closing a surf-window. - surf - customized build of surf,…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 54c73ca84d7bdfecfc5abb465cf58970125ea0ef
parent 45014088088a8984785c612f1ccceb011a1435bf
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 28 Oct 2009 17:33:31 +0100
removed warning when closing a surf-window.
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -214,10 +214,10 @@ destroyclient(Client *c) {
int i;
Client *p;
+ gtk_widget_destroy(c->indicator);
gtk_widget_destroy(GTK_WIDGET(c->view));
gtk_widget_destroy(c->scroll);
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]);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.