Disable g_set_prgname()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 3 Jan 2010 20:12:49 +0000 (20:12 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 3 Jan 2010 20:14:15 +0000 (20:14 +0000)
commit8d40cb947031f90a7b8cf459720278c6a6fe295d
tree5bf85638ce80c4cb420b0c356b90f9ab5fedfdec
parent3d350078a8aa6f1bdf38c12de62e2708c5369247
Disable g_set_prgname()

Apparently, calling g_set_prgname() multiple times is not allowed
anymore, and hence clutter_init_* calls should not do that. Though this
is really GLib's fault - and a massive nuisance for us - we should
prolly comply to avoid the test suite dying on us.
clutter/clutter-main.c