gnome-session/gnome-session-2.0.5-login.patch
cvsdist f72192849e auto-import changelog data from gnome-session-2.0.5-4.src.rpm
Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
- Fix login sound disabling (bug #71664).
2004-09-09 05:33:13 +00:00

12 lines
442 B
Diff

--- gnome-session-2.0.5/gnome-session/gsm-sound.c.login 2002-07-12 10:02:06.000000000 +0100
+++ gnome-session-2.0.5/gnome-session/gsm-sound.c 2002-08-23 14:53:08.000000000 +0100
@@ -66,7 +66,7 @@
if (!(sample_file && *sample_file))
{
g_free (sample_file);
- return FALSE;
+ return TRUE; /* Don't fall back to system sound. */
}
sample_id = esd_sample_getid (gnome_sound_connection_get (), "gnome-2/login");