summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-25 14:34:46 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-27 18:07:00 +0100
commit984299e5b4feda4ffb6fd80f0d1f489c32e6d512 (patch)
treec1b133118420ca2b6e4a99ad1e3f643c31464404 /desktop/gui.h
parent8c57ad1e11b5b09d1c75087dcbe66fd220479407 (diff)
downloadnetsurf-984299e5b4feda4ffb6fd80f0d1f489c32e6d512.tar.gz
netsurf-984299e5b4feda4ffb6fd80f0d1f489c32e6d512.tar.bz2
remove assert for creating new browser context with the tab flag set.
This allows creation of new browsing contents (browser/gui window) in a tab but without explicitly providing a sibling browsing context to be placed with.
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index a19f30115..21dd85e68 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -95,8 +95,7 @@ struct gui_window_table {
* \param flags flags for gui window creation
* \return gui window, or NULL on error
*
- * If GW_CREATE_CLONE or GW_CREATE_TAB flags are set, existing is
- * non-NULL.
+ * If GW_CREATE_CLONE flag is set existing is non-NULL.
*
* Front end's gui_window must include a reference to the
* browser window passed in the bw param.