~diodon-team/diodon/unity-lens

« back to all changes in this revision

Viewing changes to src/unity-lens-daemon.vala

  • Committer: Oliver Sauder
  • Date: 2011-05-25 13:36:57 UTC
  • Revision ID: os@esite.ch-20110525133657-9q1xe0r366pp1jk1
Updated lens as well when it is activated

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
            place_entry.notify["active"].connect(
119
119
                (obj, pspec) => {
120
120
                    debug(@"Activated: $(place_entry.active)");
 
121
                    update_entry_results_model();
121
122
                }
122
123
            );          
123
124