Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#2408 closed defect (fixed)
Favourite & channel no. in Browse mode broken
| Reported by: | Owned by: | cpinkham | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Change History (7)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
r11090 is OK for digit channel input in browse mode, gets broken by r11091.
I can't find a version that has the favourite key working, in either browse mode or just to select a channel - r11090 reselects the current channel instead of the favourite, r11091 does nothing with the '/' at all that I can see.
comment:3 by , 19 years ago
Hi,
You can try and see if this fixes digit channel input in browse mode. It doesn't fix the favourites though. :/
In tv_play.cpp, TV::BrowseChannel(...)
@@ -5448,6 +5481,7 @@
return;
browsechannum = chan;
+ browsechanid = QString::null;
BrowseDispInfo(BROWSE_SAME);
}
comment:4 by , 19 years ago
I've applied the patch above and it fixes the digit input for browse mode.
comment:5 by , 19 years ago
| Owner: | changed from to |
|---|
comment:6 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Nothing in the DB changed that would cause issues with going back and forth between those two revisions. If you can figure out what changeset caused the issue someone can look into it further.