~shimmerproject/xubuntu-artwork/xubuntu-icon-theme-debian

« back to all changes in this revision

Viewing changes to debian/svgtopng/svgtopng.c

  • Committer: Sean Davis
  • Date: 2013-08-24 00:37:42 UTC
  • Revision ID: smd.seandavis@gmail.com-20130824003742-1rygounvebnvkd8x
Increase the glib version to 2.36 for g_type_init

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
  gint i;
130
130
  
131
131
//  g_type_init ();
132
 
  #if ! GLIB_CHECK_VERSION(2,25,4)
 
132
  #if ! GLIB_CHECK_VERSION(2,36,0)
133
133
  g_type_init ();
134
134
  #endif
135
135