~ubuntu-branches/ubuntu/wily/xfce4-settings/wily

« back to all changes in this revision

Viewing changes to xfsettingsd/keyboard-layout.c

  • Committer: Package Import Robot
  • Author(s): Unit 193
  • Date: 2015-02-16 21:30:06 UTC
  • mfrom: (1.4.8)
  • Revision ID: package-import@ubuntu.com-20150216213006-1th6m6ne03wvetam
Tags: 4.11.4-0ubuntu1
* New upstream development release.
  - drop 02_versioned-help-files.patch, applied upstream.
* Don't run dh in verbose mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
        }
299
299
    }
300
300
 
301
 
    *_other_options = other_options;
 
301
    if (_other_options)
 
302
        *_other_options = other_options;
 
303
 
302
304
    return option_value;
303
305
}
304
306