~ubuntu-branches/ubuntu/quantal/deja-dup/quantal-updates

« back to all changes in this revision

Viewing changes to widgets/ConfigWidget.vala

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-09-25 11:00:17 UTC
  • mfrom: (1.2.1) (68.1.3 quantal)
  • Revision ID: package-import@ubuntu.com-20120925110017-m66dbx25alx9ywmg
Tags: 24.0-0ubuntu1
* New upstream release
  - Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
  static bool key_changed_wrapper(ConfigWidget w)
68
68
  {
69
 
    w.key_changed();
 
69
    w.key_changed.begin();
70
70
    return false;
71
71
  }
72
72