Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gavin Pryke
linuxmce
Commits
174f1ac9
Commit
174f1ac9
authored
Jul 09, 2016
by
Langston Ball
Browse files
refs #2688 - More todo's
parent
9eb9dc92
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OrbiterGen/OrbiterGen.cpp
View file @
174f1ac9
...
...
@@ -1600,7 +1600,7 @@ loop_to_keep_looking_for_objs_to_include:
}
// Now include all the media sort options if this it UI version 2
/*! \todo qorbiter should be included in this somewhere refs#2268 */
/*! \todo qorbiter should be included in this somewhere refs
#2268 */
Row_DesignObj
*
pRow_DesignObj_Array
[
5
]
=
{
NULL
,
NULL
,
NULL
,
NULL
,
NULL
};
if
(
m_pRow_UI
->
PK_UI_get
()
==
UI_V2_Normal_Horizontal_16_9_CONST
)
{
...
...
@@ -1615,6 +1615,7 @@ loop_to_keep_looking_for_objs_to_include:
pRow_DesignObj_Array
[
0
]
=
m_spDatabase_pluto_main
->
DesignObj_get
()
->
GetRow
(
DESIGNOBJ_mnuFileList_SortOptions_CONST
);
}
/*! \todo qorbiter should be including these */
int
iPK_MediaType_Searchable
[]
=
{
MEDIATYPE_pluto_LiveTV_CONST
,
MEDIATYPE_pluto_StoredAudio_CONST
,
MEDIATYPE_pluto_StoredVideo_CONST
,
MEDIATYPE_pluto_Pictures_CONST
,
MEDIATYPE_np_Game_CONST
,
MEDIATYPE_misc_DocViewer_CONST
,
MEDIATYPE_misc_Playlist_CONST
,
MEDIATYPE_lmce_Game_CONST
,
MEDIATYPE_lmce_StreamedAudio_CONST
};
for
(
int
i
=
0
;
i
<
9
;
++
i
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment