diff options
author | Johan Dahlin <zilch@src.gnome.org> | 2004-04-10 21:56:26 +0000 |
---|---|---|
committer | Johan Dahlin <zilch@src.gnome.org> | 2004-04-10 21:56:26 +0000 |
commit | 918c76fed49bd0a01dbdb01ff0e62a469d55eae3 (patch) | |
tree | 6279c075526b2554fb4d9d9029170be5177cbf4a | |
parent | 01bdb2332902a2bdfb8a12da96bfa0677d44f9f6 (diff) | |
download | pygtk-918c76fed49bd0a01dbdb01ff0e62a469d55eae3.tar.gz |
Add uimanager.py
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f600348f..97de99e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,6 +108,7 @@ EXTRA_DIST += \ examples/gobject/signal.py \ examples/gobject/properties.py \ examples/gtk/filechooser.py \ + examples/gtk/uimanager.py \ examples/pango/utf8-demo.py \ examples/pygtk-demo/pygtk-demo.py \ examples/pygtk-demo/gtk-logo-rgb.gif \ |