~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to .pc/01_lpi.patch/shell/rb-shell.c

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-01-17 16:56:40 UTC
  • mfrom: (1.1.62)
  • Revision ID: package-import@ubuntu.com-20120117165640-pr034mkhmti3efh6
Tags: 2.95-0ubuntu1
* New upstream release:
  - wrong shortcut for Show / Hide the Queue Sidebar (LP: #461279)
* debian/watch:
  - update to latest url    
* debian/patches/00_fix_for_glib_2.32.patch:
  - was taken upstream, removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
#include "rb-podcast-main-source.h"
97
97
#include "rb-podcast-entry-types.h"
98
98
#include "rb-ext-db.h"
 
99
#include "rb-auto-playlist-source.h"
99
100
 
100
101
#include "eggsmclient.h"
101
102
 
799
800
        rb_shell_append_display_page (shell, RB_DISPLAY_PAGE (shell->priv->missing_files_source), page_group);
800
801
        rb_shell_append_display_page (shell, RB_DISPLAY_PAGE (shell->priv->import_errors_source), page_group);
801
802
 
 
803
        rb_auto_playlist_source_create_actions (shell);
 
804
        rb_static_playlist_source_create_actions (shell);
 
805
 
802
806
        rb_podcast_main_source_add_subsources (RB_PODCAST_MAIN_SOURCE (shell->priv->podcast_source));
803
807
 
804
808
        /* Find the playlist name if none supplied */