~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to src/daemon.vala

  • Committer: Didier Roche
  • Date: 2010-10-28 15:04:31 UTC
  • Revision ID: didier.roche@canonical.com-20101028150431-oblc8xxwayuehakz
fix place entry icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
      /* Unity preloads the icon defined in the .place file even before the
93
93
       * place daemon is running - when we come up it will ratify the icon */
94
 
      place_entry.icon = @"$(Config.PREFIX)/share/unity/files.png";
 
94
      place_entry.icon = @"$(Config.PREFIX)/share/unity/sample-place-icon.png";
95
95
 
96
96
      /* Listen for section changes and start updating our results model
97
97
       * accordingly */