Changeset 24223 for titan/titan/channellist.h
- Timestamp:
- 10/12/13 11:13:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/channellist.h
r23672 r24223 910 910 if(list == PROVIDERLIST) 911 911 { 912 if(provider2bouquet(((struct provider*)listbox->select->handle1)->providerid ) == 0)912 if(provider2bouquet(((struct provider*)listbox->select->handle1)->providerid, 0) == 0) 913 913 textbox(_("Message"), _("Copy providerlist successfull"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 10, 0); 914 914 else … … 917 917 else if(list == SATLIST) 918 918 { 919 if(sat2bouquet(((struct sat*)listbox->select->handle1)->orbitalpos ) == 0)919 if(sat2bouquet(((struct sat*)listbox->select->handle1)->orbitalpos, 0) == 0) 920 920 textbox(_("Message"), _("Copy satlist successfull"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 10, 0); 921 921 else
Note: See TracChangeset
for help on using the changeset viewer.