diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2010-01-13 23:22:40 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2010-01-13 23:22:40 +0800 |
commit | dbd3bd13da70d22c1e3e965aa9270522e9d63884 (patch) | |
tree | ebe00929fad13a17bf486e3b2fb1897f04d5553c | |
parent | 801c8301dbbccfb417b08503bb82569919631343 (diff) |
totem: be compatible with old pygtk
-rw-r--r-- | totem/plugin/ppstream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py index e2abcb6..db9083c 100644 --- a/totem/plugin/ppstream.py +++ b/totem/plugin/ppstream.py @@ -1243,7 +1243,7 @@ class PPStream (totem.Plugin): self.files_uimanager.add_ui_from_file(filename) action_group = gtk.ActionGroup(name = 'pps-list-action-group') - self.files_uimanager.insert_action_group(action_group) + self.files_uimanager.insert_action_group(action_group, 0) action = gtk.Action(name = 'add-to-playlist', label = _('_Add to Playlist'), |