summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-06 18:34:34 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-06 18:34:34 +0100
commit3a9fa29ee53bef70a0e643847acc2fb374501f70 (patch)
treee9a8946c7655e03e4c9a9d702bbf36b1952a92df /gtk/scaffolding.c
parentcaf918d2f28f600184036aef3f096024d3af62a7 (diff)
downloadnetsurf-3a9fa29ee53bef70a0e643847acc2fb374501f70.tar.gz
netsurf-3a9fa29ee53bef70a0e643847acc2fb374501f70.tar.bz2
try and improve usage of browser window internals
Diffstat (limited to 'gtk/scaffolding.c')
-rw-r--r--gtk/scaffolding.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c
index c2dc0fdc9..ee2d46227 100644
--- a/gtk/scaffolding.c
+++ b/gtk/scaffolding.c
@@ -2444,9 +2444,8 @@ void nsgtk_scaffolding_set_top_level(struct gui_window *gw)
nsgtk_scaffolding_set_icon(gw);
/* Ensure the window's title bar is updated */
- if (bw->current_content != NULL) {
- gui_window_set_title(gw, content_get_title(bw->current_content));
- }
+ gui_window_set_title(gw, browser_window_get_title(bw));
+
}
/* exported interface documented in scaffolding.h */