gnome-power-manager r2651 - in trunk: . src



Author: rhughes
Date: Sun Feb  3 23:38:25 2008
New Revision: 2651
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=2651&view=rev

Log:
2008-02-03  Richard Hughes  <richard hughsie com>

* src/gpm-cell.c: (gpm_cell_get_id):
Add the forward slash, which is the thing that caused #514077.


Modified:
   trunk/ChangeLog
   trunk/src/gpm-cell.c

Modified: trunk/src/gpm-cell.c
==============================================================================
--- trunk/src/gpm-cell.c	(original)
+++ trunk/src/gpm-cell.c	Sun Feb  3 23:38:25 2008
@@ -466,7 +466,7 @@
 	}
 
 	/* the id may have invalid chars that need to be replaced */
-	g_strdelimit (id, "\\\t\"' ", '_');
+	g_strdelimit (id, "\\\t\"' /", '_');
 
 	return id;
 }



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