[gnome-alsamixer] Remove commas from device names



commit 322b8fb261fe23756424d42b26ca00825dd26673
Author: Mohammed AdnÃne Trojette <adn+deb diwi org>
Date:   Tue Jun 26 11:31:13 2012 +0100

    Remove commas from device names
    
    Fixes incorrect GConf path names such as:
    /apps/gnome-alsamixer/slider_display_names/SigmaTel_STAC9750,51-Phone
    
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400667

 src/gam-app.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gam-app.h b/src/gam-app.h
index 0dd5300..999c32c 100644
--- a/src/gam-app.h
+++ b/src/gam-app.h
@@ -26,7 +26,7 @@
 
 G_BEGIN_DECLS
 
-#define GAM_CONFIG_DELIMITERS   " &()+/"
+#define GAM_CONFIG_DELIMITERS   " &()+/,"
 
 #define GAM_TYPE_APP            (gam_app_get_type ())
 #define GAM_APP(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAM_TYPE_APP, GamApp))



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