Comment 10 for bug 160651

Revision history for this message
Shayne (shaynetonio) wrote :

I think exaile is failing on the playlist code:

        self.playlists_nb.connect('switch-page', self.page_changed)
        self.playlists_nb.connect('page-added', self.sync_playlists_tabbar)
        self.playlists_nb.connect('page-removed', self.sync_playlists_tabbar)
        self.playlists_nb.remove_page(0)

commenting the lines above will load the UI

i'll need to run through the playlist code to see what you guys are doing but perhaps this isn't related to gnome-settings-daemon at all....

i'll let you know what i find