summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-07-19 12:44:30 +0000
committerMarinus Schraal <foser@gentoo.org>2004-07-19 12:44:30 +0000
commitc0313d252f6dab18ac4b3cc6470023ed2f90f238 (patch)
tree1c2e62d3756c6c7125e0e78457b11f61e2ba9c6e /gnome-base/libgnome/files
parentskkserv, flim, semi, w3m, ruby (diff)
downloadhistorical-c0313d252f6dab18ac4b3cc6470023ed2f90f238.tar.gz
historical-c0313d252f6dab18ac4b3cc6470023ed2f90f238.tar.bz2
historical-c0313d252f6dab18ac4b3cc6470023ed2f90f238.zip
add patch to fix sound events issue
Diffstat (limited to 'gnome-base/libgnome/files')
-rw-r--r--gnome-base/libgnome/files/digest-libgnome-2.6.1.1-r11
-rw-r--r--gnome-base/libgnome/files/libgnome-2.6.1.1-fix_sound.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/gnome-base/libgnome/files/digest-libgnome-2.6.1.1-r1 b/gnome-base/libgnome/files/digest-libgnome-2.6.1.1-r1
new file mode 100644
index 000000000000..19b3cd9ba40f
--- /dev/null
+++ b/gnome-base/libgnome/files/digest-libgnome-2.6.1.1-r1
@@ -0,0 +1 @@
+MD5 8fb8d073987cb4c5d9bfe577550d11c2 libgnome-2.6.1.1.tar.bz2 1093492
diff --git a/gnome-base/libgnome/files/libgnome-2.6.1.1-fix_sound.patch b/gnome-base/libgnome/files/libgnome-2.6.1.1-fix_sound.patch
new file mode 100644
index 000000000000..7f16442f8567
--- /dev/null
+++ b/gnome-base/libgnome/files/libgnome-2.6.1.1-fix_sound.patch
@@ -0,0 +1,12 @@
+diff -uNr libgnome-2.6.1.1/libgnome/gnome-program.c libgnome-2.6.1.1.patched/libgnome/gnome-program.c
+--- libgnome-2.6.1.1/libgnome/gnome-program.c 2004-04-18 20:57:13.000000000 +0200
++++ libgnome-2.6.1.1.patched/libgnome/gnome-program.c 2004-07-19 14:19:34.378750928 +0200
+@@ -602,6 +602,8 @@
+
+ program->_priv->state = APP_CREATE_DONE;
+
++ program->_priv->prop_enable_sound = TRUE;
++
+ for (i = 0; i < program_modules->len; i++) {
+ GnomeModuleInfo *a_module = g_ptr_array_index (program_modules, i);
+