~ubuntu-branches/debian/sid/me-tv/sid

« back to all changes in this revision

Viewing changes to src/status_icon.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Lamothe
  • Date: 2010-06-20 21:51:41 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100620215141-kuot8mtwihv6ugwm
Tags: 1.2.6-1
* New upstream release
* Fix "needs to depend on libxine1-x" updated control file to
  depend on ${xine-x:Depends} (Closes: #575122)
* Fix "EPG texts with ampersands not shown" encoded XML strings
  in GTK controls that use markup (Closes: #582613)
* Updated the description of the application to remove reference
  to MythTV

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                        ChannelStream& stream = **j;
96
96
                        switch (stream.type)
97
97
                        {
98
 
                        case CHANNEL_STREAM_TYPE_DISPLAY: title += "Watching: "; break;
 
98
                        case CHANNEL_STREAM_TYPE_DISPLAY: title += "Now showing: "; break;
99
99
                        case CHANNEL_STREAM_TYPE_SCHEDULED_RECORDING: title += "Recording (Scheduled): "; break;
100
100
                        case CHANNEL_STREAM_TYPE_RECORDING: title += "Recording: "; break;
101
101
                        default: break;