summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-13 23:22:40 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-13 23:22:40 +0800
commitdbd3bd13da70d22c1e3e965aa9270522e9d63884 (patch)
treeebe00929fad13a17bf486e3b2fb1897f04d5553c
parent801c8301dbbccfb417b08503bb82569919631343 (diff)
totem: be compatible with old pygtk
-rw-r--r--totem/plugin/ppstream.py2
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'),