/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 21:51:30 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140418215130-l1b8w0ncjx9pbi97
* derp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
  /* Show it! */
111
111
  gtk_widget_show_all (GTK_WIDGET(GPUMP_APP(application)->priv->window));
112
112
  
113
 
  g_object_unref (G_SETTINGS(settings));
 
113
  g_object_unref (G_OBJECT(settings));
114
114
  
115
115
  g_print ("done GPumpApp activate.\n");
116
116
}