View Revisions: Issue #2159
		[ All Revisions ] [ Back to Issue ] 	
	| Summary | 0002159: nsgtk crashes on selecting view source on the default page | ||
|---|---|---|---|
| Revision | 2014-06-26 14: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 13: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:  | 
		||
