use an arrpw instead of a slash as path separator

This commit is contained in:
Hylke Bons 2010-05-31 12:38:55 +02:00
parent 93b8bf5924
commit 8d4d937654

View file

@ -151,7 +151,8 @@ namespace SparkleShare {
Gdk.Pixbuf ChangeIcon = SparkleHelpers.GetIcon (IconFile, 16);
Iter = LogStore.Append ();
LogStore.SetValue (Iter, 0, ChangeIcon);
LogStore.SetValue (Iter, 1, Message);
LogStore.SetValue (Iter, 1,
Message.Replace ("/", " → "));
if (SparkleRepo.UserEmail.Equals (UserEmail))
LogStore.SetValue (Iter, 2, "You");