seed r55 - trunk/extensions



Author: racarr
Date: Sun Nov  2 07:24:24 2008
New Revision: 55
URL: http://svn.gnome.org/viewvc/seed?rev=55&view=rev

Log:
That's embarassing.


Modified:
   trunk/extensions/Gio.js

Modified: trunk/extensions/Gio.js
==============================================================================
--- trunk/extensions/Gio.js	(original)
+++ trunk/extensions/Gio.js	Sun Nov  2 07:24:24 2008
@@ -2,7 +2,7 @@
 
 prototype.get_contents = function()
 {
-	stream = Gio.DataInputStream._new(input);
+	stream = Gio.DataInputStream._new(this);
 	line = stream.read_until("", 0);
 	return line;	
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]