Hi,

Tania Bento wrote:
Hey,

This patch fixes the GConf-Critical Bug of the Yahoo! Finance Stock
Screener application (Bugzilla Bug #203674).

[...]

   dir = JCL_jstring_to_cstring (env, node);
-  if (dir == NULL)
+  if (dir != NULL)

This seems wrong; this will prevent valid directories from being added to GConf's watch list.

Tom


Reply via email to