great gone. good riddance. Please feel free, if for no other reason
that the every popular "make it consistent with Jive" reason. (what, me
biased??)
Here's your patch:
Code:
--------------------
Index: C:/slim/server/Slim/Web/Pages/BrowseDB.pm
===================================================================
--- C:/slim/server/Slim/Web/Pages/BrowseDB.pm (revision 13234)
+++ C:/slim/server/Slim/Web/Pages/BrowseDB.pm (working copy)
@@ -288,7 +288,7 @@
}
# Generate the 'All $noun' link based on the next level down.
- if ($count && $count > 1 && !$rs->suppressAll) {
+ if ($count && $count > 1 && !$rs->suppressAll && $level) {
my $nextLevelRS;
Index: C:/slim/server/Slim/Buttons/BrowseDB.pm
===================================================================
--- C:/slim/server/Slim/Buttons/BrowseDB.pm (revision 13234)
+++ C:/slim/server/Slim/Buttons/BrowseDB.pm (working copy)
@@ -769,7 +769,7 @@
}
# Then see if we have to add an ALL option
- if (($descend || $search) && $count > 1 && !$rs->suppressAll) {
+ if (($descend || $search) && $count > 1 && !$rs->suppressAll && $level)
{
# Use the ALL_ version of the next level down in the hirearchy
if ($descend) {
--------------------
--
kdf
------------------------------------------------------------------------
kdf's Profile: http://forums.slimdevices.com/member.php?userid=7
View this thread: http://forums.slimdevices.com/showthread.php?t=38633
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta