From f2a0614622e17d8c018531072de57cc5b4c46bfc Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 26 Oct 2013 12:20:50 +1300 Subject: [PATCH 1/2] Fix chat for defeated players. --- OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs index 181e1e7cb9..532dddba9f 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs @@ -51,7 +51,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic else InitPlayerWidgets(world, playerRoot); - Game.LoadWidget(world, "CHAT_PANEL", playerRoot, new WidgetArgs()); + Game.LoadWidget(world, "CHAT_PANEL", ingameRoot, new WidgetArgs()); } public void OptionsClicked() From cc3ca217aff58493d109a88e409b09675f2966d6 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 26 Oct 2013 12:23:53 +1300 Subject: [PATCH 2/2] Fix RPM build. --- packaging/linux/rpm/openra.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/linux/rpm/openra.spec b/packaging/linux/rpm/openra.spec index 4521f6b111..4d5bcfcef3 100644 --- a/packaging/linux/rpm/openra.spec +++ b/packaging/linux/rpm/openra.spec @@ -32,4 +32,5 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/openra /usr/bin/openra-editor /usr/share/applications/*.desktop -/usr/share/icons/hicolor/*/apps/*.png \ No newline at end of file +/usr/share/icons/hicolor/*/apps/*.png +/usr/share/icons/hicolor/*/apps/*.svg \ No newline at end of file