gnome-power-manager r2652 - in branches/gnome-2-20: . src



Author: rhughes
Date: Sun Feb  3 23:39:08 2008
New Revision: 2652
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=2652&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:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/src/gpm-cell.c

Modified: branches/gnome-2-20/src/gpm-cell.c
==============================================================================
--- branches/gnome-2-20/src/gpm-cell.c	(original)
+++ branches/gnome-2-20/src/gpm-cell.c	Sun Feb  3 23:39:08 2008
@@ -461,7 +461,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]