don't show folder name in title twice

This commit is contained in:
Hylke Bons 2010-05-19 11:51:56 +01:00
parent dd22b9a477
commit da83906812

View file

@ -46,7 +46,9 @@ namespace SparkleShare {
SetSizeRequest (720, 540);
SetPosition (WindowPosition.Center);
BorderWidth = 6;
Title = _("" + SparkleRepo.Name + " on " + SparkleRepo.RemoteOriginUrl);
Title = _("" + SparkleRepo.Name + " on " +
SparkleRepo.RemoteOriginUrl
.TrimEnd (("/" + SparkleRepo.Name).ToCharArray ()));
IconName = "folder-sparkleshare";
VBox LayoutVertical = new VBox (false, 0);