libgnome r3601 - in trunk: . libgnome



Author: chpe
Date: Fri Jan 25 11:43:50 2008
New Revision: 3601
URL: http://svn.gnome.org/viewvc/libgnome?rev=3601&view=rev

Log:
2008-01-25  Christian Persch  <chpe gnome org>

	* libgnome/gnome-sound.c: Set sound to enabled by default. Bug
	#511928.

Modified:
   trunk/ChangeLog
   trunk/libgnome/gnome-sound.c

Modified: trunk/libgnome/gnome-sound.c
==============================================================================
--- trunk/libgnome/gnome-sound.c	(original)
+++ trunk/libgnome/gnome-sound.c	Fri Jan 25 11:43:50 2008
@@ -40,7 +40,7 @@
 #ifdef HAVE_ESD
 static char *esound_hostname = NULL;
 static int gnome_sound_connection = -1;
-static gboolean gnome_sound_enabled = FALSE;
+static gboolean gnome_sound_enabled = TRUE;
 #endif
 
 typedef struct _sample



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]