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

« back to all changes in this revision

Viewing changes to src/ZeitgeistDataprovider/Banshee.ZeitgeistDataprovider/ZeitgeistDataprovider.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:
119
119
 
120
120
            Event ev = new Event ();
121
121
 
122
 
            ev.Actor = "application://banshee-1.desktop";
 
122
            ev.Actor = "application://banshee.desktop";
123
123
            ev.Timestamp = DateTime.Now;
124
124
            ev.Manifestation = Manifestation.Instance.EventManifestation.UserActivity;
125
125
            ev.Interpretation = event_type;