~donadigo/slingshot/fix-show-uri-warning

« back to all changes in this revision

Viewing changes to lib/synapse-plugins/desktop-file-plugin.vala

  • Committer: Rico Tzschichholz
  • Date: 2016-09-29 18:03:54 UTC
  • Revision ID: ricotz@ubuntu.com-20160929180354-31f4h28kaemt70zn
Fix non-matching generic types

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    construct
154
154
    {
155
155
      desktop_files = new Gee.ArrayList<DesktopFileMatch> ();
156
 
      mimetype_map = new Gee.HashMap<string, OpenWithAction> ();
 
156
      mimetype_map = new Gee.HashMap<string, Gee.List<OpenWithAction>> ();
157
157
 
158
158
      var dfs = DesktopFileService.get_default ();
159
159
      dfs.reload_started.connect (() => {