D_XULRUNNER
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 25 Aug 2006 21:18:35 +0000 (21:18 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 25 Aug 2006 21:18:35 +0000 (21:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5695 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/error.js
Open-ILS/xul/staff_client/chrome/content/util/list.js

index 75f8b24..1ad5c5c 100644 (file)
@@ -44,6 +44,7 @@ util.error.prototype = {
                'D_TRACE' :  { 'dump' : true }, 
                'D_ALERT' : { 'alert' : true, 'dump' : true },
                'D_WARN' : false, 
+               'D_XULRUNNER' : false, 
                'D_DECK' : { 'dump' : true },
                'D_TRACE_ENTER' :  false, 
                'D_TRACE_EXIT' :  false, 
index 5f8a1e0..4fc1b82 100644 (file)
@@ -464,7 +464,7 @@ util.list.prototype = {
                                        }
                                }
                        } catch(E) {
-                               obj.error.sdump('D_ERROR', 'List implementation changed? ' + E);
+                               obj.error.sdump('D_XULRUNNER', 'List implementation changed? ' + E);
                        }
                } catch(E) { obj.error.sdump('D_ERROR',E); }
        },