summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Pogonyshev <paulp@src.gnome.org>2007-12-12 21:42:08 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2007-12-12 21:42:08 +0000
commit1184f19756787407c84d41c21d243e287d8a6fab (patch)
tree4b3edce251e6489a9faf048d2d16e9b1b3e06be1
parent16becef4c663a0bcb2d2d37d16d71e1b4317b93a (diff)
downloadpygtk-1184f19756787407c84d41c21d243e287d8a6fab.tar.gz
Fix typo in examples/glade/README.
svn path=/trunk/; revision=2935
-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