gnome-power-manager r2652 - in branches/gnome-2-20: . src
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r2652 - in branches/gnome-2-20: . src
- Date: Sun, 3 Feb 2008 23:39:09 +0000 (GMT)
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]