diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 14855203..d5693713 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -75,7 +75,7 @@ namespace SparkleShare { Defaults.AppendValues ("ssh://git@fedorahosted.org/", SparkleHelpers.GetIcon ("fedorahosted", 16)); Defaults.AppendValues ("ssh://git@gitorious.org/", - null); + SparkleHelpers.GetIcon ("gitorious", 16)); Label RemoteUrlExample = new Label (_("These usually look something like this:\n ") + _("‘git://git@gnome.org/project’.")); diff --git a/data/icons/hicolor/16x16/places/gitorious.png b/data/icons/hicolor/16x16/places/gitorious.png new file mode 100644 index 00000000..953cd858 Binary files /dev/null and b/data/icons/hicolor/16x16/places/gitorious.png differ