~charlesk/indicator-bluetooth/gmenuify

« back to all changes in this revision

Viewing changes to src/profile.vala

  • Committer: Charles Kerr
  • Date: 2013-08-05 22:47:31 UTC
  • Revision ID: charles.kerr@canonical.com-20130805224731-o40p0j3gog9pv3f5
pass the SimpleActionGroup handle into the profile object so that dynamically-added actions can get added/exported

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  protected Menu root;
24
24
  protected Menu menu;
25
25
 
26
 
  public virtual void add_actions_to_group (SimpleActionGroup group) {}
27
 
 
28
26
  public Profile (string name)
29
27
  {
30
28
    this.name = name;