On Wed, Jun 27, 2007 at 09:50:31AM +0200, Patrick Sernetz wrote: > I´ve worked yesterday on this plugin and run into a little problem. How can > I restore the original Notebook page. > > I´ve called the remove_widget() function and the widget disappears and the > library shows up but the search dialog is missing. :( > > How is this intended to work ...
Sorry for the delay. What you're supposed to do is: >>> shell.notebook_set_page(None) which sets the notebook page back to the selected source. Making this work required another change to the bindings. _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
