summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--examples/glade/README2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f33c20f..c798a141 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-12 Sebastien Bacher <seb128@debian.org>
+
+ * examples/glade/README: Fix wrong command name.
+
2007-12-12 Richard Hult <richard@imendio.com>
* examples/pygtk-demo/demos/hypertext.py
diff --git a/examples/glade/README b/examples/glade/README
index d83c582d..e75bfb8b 100644
--- a/examples/glade/README
+++ b/examples/glade/README
@@ -3,7 +3,7 @@ be used for creating user interfaces from the .glade files created by the
GLADE UI builder.
Just put a glade file in this directory and run:
- ./glade.py filename.glade
+ ./glade-demo.py filename.glade
The pyglade module should make it even easier to prototype interfaces in
python, since you can get it to look right, and act correctly when signals