From ec034af671ef48d131ea749870120e3c8ba12319 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Mon, 20 Apr 2009 20:31:13 +0000 Subject: Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136 --- desktop/browser.c | 1 - desktop/options.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/browser.c b/desktop/browser.c index bd974811d..39a0e564f 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -915,7 +915,6 @@ void browser_window_set_pointer(struct gui_window *g, gui_pointer_shape shape) void browser_window_destroy(struct browser_window *bw) { - /* can't destoy child windows on their own */ assert(!bw->parent); diff --git a/desktop/options.c b/desktop/options.c index f46d3cd4a..958f1e7b1 100644 --- a/desktop/options.c +++ b/desktop/options.c @@ -389,7 +389,7 @@ void options_write(const char *path) break; } fprintf(fp, "\n"); - } + } fclose(fp); } -- cgit v1.2.3