From 7e83f4d695cd7d79944009beef39886dec80f8f5 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sun, 21 Nov 2010 15:59:47 +0100 Subject: Fix wrong number of colors in Tweak tool XPM cursors Fixed bugs: - https://launchpad.net/bugs/668261 (bzr r9912) --- src/pixmaps/cursor-attract.xpm | 2 +- src/pixmaps/cursor-repel.xpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pixmaps/cursor-attract.xpm b/src/pixmaps/cursor-attract.xpm index 23e999304..56033b287 100644 --- a/src/pixmaps/cursor-attract.xpm +++ b/src/pixmaps/cursor-attract.xpm @@ -1,6 +1,6 @@ /* XPM */ static char const *cursor_attract_xpm[] = { -"32 32 6 1", +"32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", diff --git a/src/pixmaps/cursor-repel.xpm b/src/pixmaps/cursor-repel.xpm index 3415ce490..d365cddc3 100644 --- a/src/pixmaps/cursor-repel.xpm +++ b/src/pixmaps/cursor-repel.xpm @@ -1,6 +1,6 @@ /* XPM */ static char const *cursor_repel_xpm[] = { -"32 32 6 1", +"32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", -- cgit v1.2.3