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

« back to all changes in this revision

Viewing changes to sources/rb-static-playlist-source.h

  • 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:
56
56
struct _RBStaticPlaylistSourceClass
57
57
{
58
58
        RBPlaylistSourceClass parent;
 
59
 
 
60
        GtkActionGroup *action_group;
59
61
};
60
62
 
61
63
GType           rb_static_playlist_source_get_type      (void);
62
64
 
 
65
void            rb_static_playlist_source_create_actions (RBShell *shell);
 
66
 
63
67
RBSource *      rb_static_playlist_source_new           (RBShell *shell,
64
68
                                                         const char *name,
65
69
                                                         const char *settings_name,