Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89603 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-session-2.0.5/gnome-session/gsm-sound.c.login (-1 / +1 lines)
Lines 66-72 Link Here
66
  if (!(sample_file && *sample_file))
66
  if (!(sample_file && *sample_file))
67
    {
67
    {
68
      g_free (sample_file);
68
      g_free (sample_file);
69
      return FALSE;
69
      return TRUE; /* Don't fall back to system sound. */
70
    }
70
    }
71
71
72
  sample_id = esd_sample_getid (gnome_sound_connection_get (), "gnome-2/login");
72
  sample_id = esd_sample_getid (gnome_sound_connection_get (), "gnome-2/login");

Return to bug 89603