summaryrefslogtreecommitdiff
path: root/examples/gtk
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-11-05 14:59:43 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-11-05 14:59:43 +0000
commitb9203e7cf2ef038ced38de903b808decff429dc4 (patch)
tree40e5a77962292193a59739a7d21e9f5fe4b27051 /examples/gtk
parent69cb5658d8ef6dc1ff58fa0f1e781d5b9f7cd925 (diff)
downloadpygtk-b9203e7cf2ef038ced38de903b808decff429dc4.tar.gz
'nother small fixpygtk-2-4-anchor
Diffstat (limited to 'examples/gtk')
-rw-r--r--examples/gtk/uimanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gtk/uimanager.py b/examples/gtk/uimanager.py
index 15766c10..a903b553 100644
--- a/examples/gtk/uimanager.py
+++ b/examples/gtk/uimanager.py
@@ -64,7 +64,7 @@ class Window(gtk.Window):
('Close', gtk.STOCK_CLOSE, '_Close', '<control>W', 'Close the current window', self.file_close_cb),
('Quit', gtk.STOCK_QUIT, '_Quit', '<control>Q', 'Quit application', self.file_quit_cb),
('HelpMenu', None, '_Help'),
- ('About', None, '_About', None, 'About application', 'help_about_cb'),
+ ('About', None, '_About', None, 'About application', self.help_about_cb),
]
ag.add_actions(actions)
self.ui = gtk.UIManager()