OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.0 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../vdr/vcd-0.7-1.3.38.diff
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -ruN vcd-0.7-original/menucontrol.c vcd-0.7/menucontrol.c
  17. --- vcd-0.7-original/menucontrol.c 2005-01-28 16:06:48.000000000 +0100
  18. +++ vcd-0.7/menucontrol.c 2006-01-09 13:13:35.393131232 +0100
  19. @@ -39,7 +39,7 @@
  20. cMenuSpiControl::~cMenuSpiControl()
  21. {
  22. - cStatus::MsgReplaying(this, NULL);
  23. + cStatus::MsgReplaying(this, NULL, NULL, true);
  24. Stop();
  25. }
  26. @@ -118,13 +118,13 @@
  27. lastSpeed = -1;
  28. timeoutShow = 0;
  29. timeSearchActive = false;
  30. - cStatus::MsgReplaying(this, "VCD");
  31. + cStatus::MsgReplaying(this, "VCD", NULL, true);
  32. }
  33. cMenuVcdControl::~cMenuVcdControl()
  34. {
  35. Hide();
  36. - cStatus::MsgReplaying(this, NULL);
  37. + cStatus::MsgReplaying(this, NULL, NULL, false);
  38. Stop();
  39. }
  40. diff -ruN vcd-0.7-original/psdcontrol.c vcd-0.7/psdcontrol.c
  41. --- vcd-0.7-original/psdcontrol.c 2005-01-28 20:15:14.000000000 +0100
  42. +++ vcd-0.7/psdcontrol.c 2006-01-09 13:15:43.907594064 +0100
  43. @@ -84,7 +84,7 @@
  44. cPsdSpiControl::~cPsdSpiControl()
  45. {
  46. - cStatus::MsgReplaying(this, NULL);
  47. + cStatus::MsgReplaying(this, NULL, NULL, true);
  48. }
  49. void cPsdSpiControl::SetItem(int Spi, cVcd *Vcd, union psd_vcd *PsdVcd)
  50. @@ -252,7 +252,7 @@
  51. cPsdVcdControl::~cPsdVcdControl()
  52. {
  53. - cStatus::MsgReplaying(this, NULL);
  54. + cStatus::MsgReplaying(this, NULL, NULL, true);
  55. }
  56. void cPsdVcdControl::SetTrack(int Track, cVcd *Vcd, union psd_vcd *PsdVcd)