Skip to content

Commit

Permalink
plugins: Include "other" category
Browse files Browse the repository at this point in the history
Fixes #3117
  • Loading branch information
andoma committed May 23, 2016
1 parent 1dbf4a8 commit e690bb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions glwskins/flat/icons/ic_keyboard_48px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions glwskins/flat/icons/ic_other_48px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/plugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -1387,8 +1387,9 @@ open_categories(prop_t *model)
add_category(nodes, PLUGIN_CAT_VIDEO, "movie");
add_category(nodes, PLUGIN_CAT_MUSIC, "audiotrack");
add_category(nodes, PLUGIN_CAT_SUBTITLES, "subtitles");
add_category(nodes, PLUGIN_CAT_OTHER, "other");
#if !defined(PS3)
add_category(nodes, PLUGIN_CAT_GLWOSK, NULL);
add_category(nodes, PLUGIN_CAT_GLWOSK, "keyboard");
#endif
prop_ref_dec(nodes);
}
Expand Down

0 comments on commit e690bb6

Please sign in to comment.