python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / sound-juicer / patches / sound-juicer-03-gconf.patch
blobade05bd074f4694a1b006fde26e721d597be9215
1 --- sound-juicer-2.28.0-old/src/sj-main.c 2009-09-23 16:28:15.261130000 +0800
2 +++ sound-juicer-2.28.0/src/sj-main.c 2009-09-23 16:23:58.164921000 +0800
3 @@ -1671,6 +1671,11 @@
4 bacon_message_connection_set_callback (connection, on_message_received, NULL);
7 + /*
8 + add special setting for brasero media library init
9 + */
10 + g_setenv ("DBUS_SESSION_BUS_ADDRESS", "autolaunch:", TRUE);
12 brasero_media_library_start ();
14 metadata = sj_metadata_getter_new ();