Ignore:
Timestamp:
10/12/13 11:13:07 (10 years ago)
Author:
nit
Message:

[titan] add flag to copy only provider/sat with channel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/channellist.h

    r23672 r24223  
    910910                                if(list == PROVIDERLIST)
    911911                                {
    912                                         if(provider2bouquet(((struct provider*)listbox->select->handle1)->providerid) == 0)
     912                                        if(provider2bouquet(((struct provider*)listbox->select->handle1)->providerid, 0) == 0)
    913913                                                textbox(_("Message"), _("Copy providerlist successfull"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 10, 0);
    914914                                        else
     
    917917                                else if(list == SATLIST)
    918918                                {
    919                                         if(sat2bouquet(((struct sat*)listbox->select->handle1)->orbitalpos) == 0)
     919                                        if(sat2bouquet(((struct sat*)listbox->select->handle1)->orbitalpos, 0) == 0)
    920920                                                textbox(_("Message"), _("Copy satlist successfull"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 10, 0);
    921921                                        else
Note: See TracChangeset for help on using the changeset viewer.