[seed] [examples] ls.js accidentally got Seed. stripped from printf (not print)
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [examples] ls.js accidentally got Seed. stripped from printf (not print)
- Date: Tue, 14 Jul 2009 00:33:57 +0000 (UTC)
commit 507a6b4fd2ffabb94861f02e4854282e09d8ddbc
Author: Tim Horton <hortont424 gmail com>
Date: Mon Jul 13 20:33:22 2009 -0400
[examples] ls.js accidentally got Seed. stripped from printf (not print)
examples/ls.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/ls.js b/examples/ls.js
index 54f4284..7e5052a 100755
--- a/examples/ls.js
+++ b/examples/ls.js
@@ -14,5 +14,5 @@ else
enumerator = file.enumerate_children("standard::name,standard::size");
while ((child = enumerator.next_file())){
- printf("%s\t%d",child.get_name(), child.get_size());
+ Seed.printf("%s\t%d",child.get_name(), child.get_size());
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]