2024-04-27 00:18 BST

View Revisions: Issue #2159

Summary 0002159: nsgtk crashes on selecting view source on the default page
Revision 2014-06-26 15:13 by Vincent Sanders
Description The browser_window_create lines in browser.c:
if (!(flags & BW_CREATE_HISTORY)) {
    if (!(flags & BW_CREATE_CLONE) || existing == NULL) {
will always assert because there is no BW_CREATE_HISTORY, or BW_CREATE_CLONE flag in the gtk/dialogs/source.c:
Revision 2014-06-26 14:30 by johndory
Description The browser_window_create lines in browser.c:
if (!(flags & BW_CREATE_HISTORY)) {
    if (!(flags & BW_CREATE_CLONE) || existing == NULL) {
will always assert because there is no BW_CREATE_HISTORY, or BW_CREATE_CLONE flag in the gtk/dialogs/source.c: