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
parent d6260e3862
commit 21f79f1284
2 changed files with 8 additions and 5 deletions

View File

@@ -2477,7 +2477,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();