/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/settings_data.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-07-07 21:13:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140707211306-4p11ub81j7aerw93
* bound the GtkSwitch for "use dark theme"
* bound the reset button for that setting
* bound the reset all button

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
    if (typeof setting != "string") {
195
195
      print ("ERROR: The \"setting\" parameter must be a string.");
196
196
      ret_data.ok = false;
197
 
      return ret_data.ok;
 
197
      return ret_data;
198
198
    }
199
199
    
200
200
    switch (setting) {