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

  • Committer: Gustav Hatvigsson
  • Date: 2014-04-18 19:36:57 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140418193657-e5p9s7i8wymjm2hy
* wat?

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  _prepere_refresh_button (GPUMP_APP (application));
106
106
  
107
107
  /* Init the settings object */
108
 
  GSettingsData * settings = gpump_settings_data_get_default ();
 
108
  GPumpSettingsData * settings = gpump_settings_data_get_default ();
109
109
  
110
110
  /* Show it! */
111
111
  gtk_widget_show_all (GTK_WIDGET(GPUMP_APP(application)->priv->window));