Skip to content

Commit

Permalink
playlist-manager: link shared menus into the playlist menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Matthew committed Jul 2, 2013
1 parent 1061942 commit e1956dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/rb-playlist-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,7 @@ rb_playlist_manager_constructed (GObject *object)

builder = rb_builder_load ("playlist-menu.ui", NULL);
menu = G_MENU_MODEL (gtk_builder_get_object (builder, "playlist-menu"));
rb_application_link_shared_menus (RB_APPLICATION (app), G_MENU (menu));
rb_application_add_shared_menu (RB_APPLICATION (app), "playlist-menu", menu);
g_object_unref (builder);

Expand Down

0 comments on commit e1956dd

Please sign in to comment.