channellist: don't change bouquetmode when adding favs

when adding a channel to favorites from the channellist contextmenu
the favorites bouquet was chosen, which is not helpful if further
favorites should be added
This commit is contained in:
Stefan Seyfried
2013-03-10 00:07:26 +01:00
committed by [CST] Focus
parent b523fe59c0
commit 367f6f6559
2 changed files with 8 additions and 5 deletions

View File

@@ -2394,7 +2394,9 @@ _repeat:
//else if(nNewChannel == -4)
if(g_channel_list_changed)
{
SetChannelMode(old_mode);
/* don't change bouquet after adding a channel to favorites */
if (nNewChannel != -5)
SetChannelMode(old_mode);
g_channel_list_changed = 0;
if(old_b_id < 0) old_b_id = old_b;
//g_Zapit->saveBouquets();