Comment 5 for bug 106903

Revision history for this message
elsabi (yahuco) wrote :

Adding the "," to the delimiter lists in gam-app.h could solve the annoying problem.

The patch file:

--- a/src/gam-app.h 2008-02-22 08:00:29.000000000 -0200
+++ b/src/gam-app.h 2008-02-22 08:00:53.000000000 -0200
@@ -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))