gnome-control-center r8807 - in trunk: . capplets/sound



Author: lpoetter
Date: Mon Jul 28 14:11:36 2008
New Revision: 8807
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8807&view=rev

Log:
Pass 'cache control' and 'enable' properties to ca_gtk_play_for_widget()

Modified:
   trunk/ChangeLog
   trunk/capplets/sound/sound-theme.c

Modified: trunk/capplets/sound/sound-theme.c
==============================================================================
--- trunk/capplets/sound/sound-theme.c	(original)
+++ trunk/capplets/sound/sound-theme.c	Mon Jul 28 14:11:36 2008
@@ -983,6 +983,10 @@
 						CA_PROP_APPLICATION_NAME, _("Sound Preferences"),
 						CA_PROP_EVENT_ID, sound_names[0],
 						CA_PROP_EVENT_DESCRIPTION, _("Testing event sound"),
+						CA_PROP_CANBERRA_CACHE_CONTROL, "never",
+#ifdef CA_PROP_CANBERRA_ENABLE
+						CA_PROP_CANBERRA_ENABLE, "1",
+#endif
 						NULL);
 
 			g_strfreev (sound_names);



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