Author: NicolasPierron
Date: Mon Apr 25 17:49:03 2011
New Revision: 26973
URL: https://svn.nixos.org/websvn/nix/?rev=26973&sc=1

Log:
nixos-gui: (xml2nix_pptable) Handle path nodes.

Modified:
   nixos/trunk/gui/chrome/content/nixos.js

Modified: nixos/trunk/gui/chrome/content/nixos.js
==============================================================================
--- nixos/trunk/gui/chrome/content/nixos.js     Mon Apr 25 17:48:59 2011        
(r26972)
+++ nixos/trunk/gui/chrome/content/nixos.js     Mon Apr 25 17:49:03 2011        
(r26973)
@@ -200,6 +200,9 @@
   string: function (node, depth, pp) {
     return "\"" + node.attr("value") + "\"";
   },
+  path: function (node, depth, pp) {
+    return node.attr("value");
+  },
   bool: function (node, depth, pp) {
     return node.attr("value");
   },
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to