~gnome15-team/gnome15/trunk

« back to all changes in this revision

Viewing changes to gnome15-plugins/src/profiles/profiles.py

  • Committer: tanktarta
  • Date: 2012-11-24 10:27:36 UTC
  • Revision ID: tanktarta-20121124102736-0drhasy3jdn862wx
0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
class G15Profiles(g15plugin.G15MenuPlugin):
127
127
    
128
128
    def __init__(self, gconf_client, gconf_key, screen):
129
 
        g15plugin.G15MenuPlugin.__init__(self, gconf_client, gconf_key, screen, [ "user-bookmarks" ], id, _("Profiles"))
 
129
        g15plugin.G15MenuPlugin.__init__(self, gconf_client, gconf_key, screen, [ "user-bookmarks", "bookmarks" ], id, _("Profiles"))
130
130
    
131
131
    def activate(self):
132
132
        g15plugin.G15MenuPlugin.activate(self)