~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/IndicatorObjectEntryProxy.h

  • Committer: Michael Terry
  • Date: 2010-12-17 14:07:11 UTC
  • mfrom: (724 unity)
  • mto: This revision was merged to the branch mainline in revision 743.
  • Revision ID: mike@mterry.name-20101217140711-qlij3bxdjuq1xoph
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  virtual void         ShowMenu (int x, int y, guint32 timestamp, guint32 button) = 0;
38
38
 
39
39
  // Signals
40
 
  sigc::signal<void> Updated;
 
40
  sigc::signal<void> updated;
 
41
  sigc::signal<void, bool> active_changed;
41
42
 
42
43
public:
43
44
  bool label_visible;