gui: Update playlists to say Hidden instead of Banned

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-04-11 15:33:47 -04:00
parent 5a4d5bcc44
commit 2097f63f3d
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ public:
if (row[p_cols.p_name] == "Favorites") if (row[p_cols.p_name] == "Favorites")
return PL_FAVORITED; return PL_FAVORITED;
else if (row[p_cols.p_name] == "Banned") else if (row[p_cols.p_name] == "Hidden")
return PL_HIDDEN; return PL_HIDDEN;
else if (row[p_cols.p_name] == "Most Played") else if (row[p_cols.p_name] == "Most Played")
return PL_MOST_PLAYED; return PL_MOST_PLAYED;

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 --> <!-- Generated with glade 3.20.0 -->
<interface> <interface>
<requires lib="gtk+" version="3.12"/> <requires lib="gtk+" version="3.12"/>
<object class="GtkListStore" id="p_list"> <object class="GtkListStore" id="p_list">
@ -12,7 +12,7 @@
<col id="0" translatable="yes">Favorites</col> <col id="0" translatable="yes">Favorites</col>
</row> </row>
<row> <row>
<col id="0" translatable="yes">Banned</col> <col id="0" translatable="yes">Hidden</col>
</row> </row>
<row> <row>
<col id="0" translatable="yes">Most Played</col> <col id="0" translatable="yes">Most Played</col>