~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to sources/rb-display-page-tree.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-04-03 17:23:01 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20140403172301-1fd16h8r1nr8ytno
Tags: 3.0.2-0ubuntu1
* New upstream bugfix version (lp: #1296334)
* Clean patches included in the update
* debian/librhythmbox-core8.symbols:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
641
641
{
642
642
        RBDisplayPage *page = get_selected_page (RB_DISPLAY_PAGE_TREE (user_data));
643
643
        if (page) {
644
 
                rb_display_page_delete_thyself (page);
 
644
                rb_display_page_remove (page);
645
645
                g_object_unref (page);
646
646
        }
647
647
}