~ubuntu-branches/debian/stretch/banshee-community-extensions/stretch

« back to all changes in this revision

Viewing changes to src/Ampache/Banshee.Ampache/Gui/AmpacheView.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-03-27 04:32:23 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110327043223-sh79sqi0vnjvephx
Tags: 1.9.6-1
* [9bb7ba5] New upstream release:
  + Enhancements:
    * Jamendo: Allow cancelling downloads
    * Karaoke: Use youtubelyric.com for optional scrolling lyrics display
  + Bugs Fixed:
    * ClutterFlow: Handle horizontal scrolling properly (bgo#644609)
    * Streamrecorder: Fix recording of some streams (bgo#642933)
* [7075073] Disable dh_makeclilibs in bce
* [5f80d8d] Fix URL in debian/watch
* [34f0c48] Handle rename of banshee-1 to banshee
* [fe96e39] Bump banshee build-dep version

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        private readonly AmpacheViewModel viewModel;
63
63
        private bool ignoreChanges = false;
64
64
 
65
 
        internal event EventHandler<Hyena.EventArgs<PlayQueue>> NewPlayList;
66
 
 
67
65
        private static string _(string s)
68
66
        {
69
67
            return Mono.Addins.AddinManager.CurrentLocalizer.GetString (s);