2008-10-29 05:26 Gwenole Beauchesne * src/npw-viewer.c: Fix NPP_URLNotify() (thanks to Bennet Yee). Index: src/npw-viewer.c =================================================================== --- src/npw-viewer.c (revision 695) +++ src/npw-viewer.c (revision 696) @@ -2631,7 +2631,7 @@ static void g_NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData) { - if (instance) + if (instance == NULL) return; if (plugin_funcs.urlnotify == NULL)