call g_thread_init

2007-07-05  Jens Granseuer  <jensgr@gmx.net>

	* theme-thumbnailer.c: (main): call g_thread_init

svn path=/trunk/; revision=7828
This commit is contained in:
Jens Granseuer 2007-07-05 19:44:02 +00:00 committed by Jens Granseuer
parent e146c38627
commit 118a8090ba
2 changed files with 12 additions and 8 deletions

View file

@ -1,9 +1,12 @@
2007-07-05 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnailer.c: (main): call g_thread_init
2007-06-06 Denis Washington <denisw@svn.gnome.org> 2007-06-06 Denis Washington <denisw@svn.gnome.org>
* theme-thumbnailer.c: (main): * theme-thumbnailer.c: (main):
Update for changes in thumbnailer API. Update for changes in thumbnailer API.
2007-06-06 Jens Granseuer <jensgr@gmx.net> 2007-06-06 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnailer.c: (main): update for changes in thumbnailer API * theme-thumbnailer.c: (main): update for changes in thumbnailer API

View file

@ -124,6 +124,7 @@ main(int argc, char **argv)
GnomeThemeMetaInfo *theme; GnomeThemeMetaInfo *theme;
GnomeVFSURI *uri; GnomeVFSURI *uri;
g_thread_init (NULL);
theme_thumbnail_factory_init (argc, argv); theme_thumbnail_factory_init (argc, argv);
if (argc != 3) { if (argc != 3) {