/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/GPumpSettingsData.c

  • Committer: Gustav Hatvigsson
  • Date: 2014-04-19 16:27:23 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140419162723-lqdfyt1v2gebhxd7
* it is "main-first-run" not "main-use-dark"...

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
                                                G_PARAM_READABLE |
231
231
                                                G_PARAM_WRITABLE);
232
232
  
233
 
  obj_properties[PROP_MAIN_FIRST_RUN] = g_param_spec_boolean ("main-use-dark",
234
 
                                                "MAIN-USE-DARK",
 
233
  obj_properties[PROP_MAIN_FIRST_RUN] = g_param_spec_boolean ("main-first-run",
 
234
                                                "MAIN-FIRST-RUN",
235
235
                   "Weather or not this is the first time that the app is run.",
236
236
                                                TRUE,
237
237
                                                G_PARAM_READABLE |