Removed old logo from Core, Growl uses new icon.

This commit is contained in:
Mark McDowall 2013-09-09 08:13:54 -07:00
parent 529f65339f
commit c7bdf4148b
4 changed files with 2 additions and 5 deletions

View File

@ -25,7 +25,7 @@ namespace NzbDrone.Core.Notifications.Growl
public GrowlService()
{
_notificationTypes = GetNotificationTypes();
_growlApplication.Icon = "https://github.com/NzbDrone/NzbDrone/raw/master/NzbDrone.Core/NzbDrone.jpg";
_growlApplication.Icon = "https://raw.github.com/NzbDrone/NzbDrone/master/Logo/64.png";
}
public void SendNotification(string title, string message, string notificationTypeName, string hostname, int port, string password)

View File

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
var parameters = new JObject(
new JProperty("title", title),
new JProperty("message", message),
new JProperty("image", "https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png"),
new JProperty("image", "https://raw.github.com/NzbDrone/NzbDrone/master/Logo/64.png"),
new JProperty("displaytime", settings.DisplayTime * 1000));
var postJson = BuildJsonRequest("GUI.ShowNotification", parameters);

View File

@ -541,9 +541,6 @@
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="NzbDrone.jpg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Marr.Data\Marr.Data.csproj">
<Project>{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}</Project>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB