From d1f6d735aae08816001f50dae9023e11ffb0cab4 Mon Sep 17 00:00:00 2001 From: oleid Date: Sun, 22 Feb 2015 18:35:26 +0100 Subject: [PATCH] fix comment --- src/icon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icon.js b/src/icon.js index f14cdfa..7978aeb 100644 --- a/src/icon.js +++ b/src/icon.js @@ -5,9 +5,9 @@ * This class was introduced to solve the following problems: * a) draw the icon with the current theme color * b) to work-around the strange streched icon I get in gnome-3.14 + * c) draw an animation using current theme color * - * If there is a better way for a) using my previous svg icon file, - * please let me know ;) + * If there is a better way for that stuff, please let me know ;) ********************************************************************/ const Lang = imports.lang;