~zaspire/libunity-webapps/youtube-fix

« back to all changes in this revision

Viewing changes to src/context-daemon/unity-webapps-context-daemon.c

  • Committer: Maxim Ermilov
  • Date: 2012-10-09 22:56:42 UTC
  • Revision ID: maxim.ermilov@canonical.com-20121009225642-khtdklaqmyjs8it5
save player's state per interest

Show diffs side-by-side

added added

removed removed

Lines of Context:
1174
1174
 
1175
1175
  daemon->notification_context = unity_webapps_notification_context_new (session_bus, name, icon_path);
1176
1176
  daemon->indicator_context = unity_webapps_indicator_context_new (session_bus, unity_webapps_application_info_get_desktop_file_path (application_info), canonical_name, interest_tracker);
1177
 
  daemon->music_player_context = unity_webapps_music_player_context_new (session_bus, daemon->desktop_file_name, canonical_name, name);
 
1177
  daemon->music_player_context = unity_webapps_music_player_context_new (session_bus, interest_manager, interest_tracker, daemon->desktop_file_name, canonical_name, name);
1178
1178
  daemon->launcher_context = unity_webapps_launcher_context_new (session_bus, daemon->desktop_file_name, interest_tracker, application_info);
1179
1179
  
1180
1180
  g_free (canonical_name);