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:
parent
e146c38627
commit
118a8090ba
2 changed files with 12 additions and 8 deletions
|
@ -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
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue