~ubuntu-branches/ubuntu/precise/libgsf/precise

« back to all changes in this revision

Viewing changes to gsf/gsf-clip-data.c

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-19 19:27:47 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070719192747-tx4x9jmw8qqgo7om
Tags: 1.14.5-0ubuntu1
* New upstream release:
  - Revert jump to dynamic types, they aren't threadsafe. [#450722]
  - Compilation glitch on windows.  [#449807]
  - Avoid problems building without gconf macros installed.
  - Configure breakage --without-gnome. [#4488842]
* debian/libgsf-bin.install
  - install usr/share/man/man1/gsf.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
}
67
67
 
68
68
 
69
 
GSF_DYNAMIC_CLASS (GsfClipData, gsf_clip_data,
70
 
                   gsf_clip_data_class_init, gsf_clip_data_init,
71
 
                   G_TYPE_OBJECT);
 
69
GSF_CLASS (GsfClipData, gsf_clip_data,
 
70
           gsf_clip_data_class_init, gsf_clip_data_init,
 
71
           G_TYPE_OBJECT);
72
72
 
73
73
/**
74
74
 * gsf_clip_data_new: