Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536973
en ru br
Репозитории ALT

Группа :: Игры/Настольные
Пакет: gnome-games-swell-foop

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: swell-foop-3.34.1-vala.patch
Скачать


commit a366bf649c032c56f52138d14e2b96b4a48525de
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Thu Jul 2 15:28:02 2020 +0200
    Don't use unsupported vala syntax
diff --git a/src/game-view.vala b/src/game-view.vala
index 1fb0c4b..69b50b8 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -451,7 +451,7 @@ private class Theme : Object
     internal Theme (string name)
     {
         textures = new Clutter.Image [4];
-        string[4] colors = {"blue", "green", "yellow", "red"};
+        string[] colors = {"blue", "green", "yellow", "red"};
 
         /* Create the textures required to render */
         try
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin