aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--art/ChangeLog4
-rw-r--r--art/jump.xpm16
2 files changed, 20 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index 19dccee56f..2fbc49b1cd 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-12 Bolian Yin <bolian.yin@sun.com>
+
+ * jump.xpm: add icon for the focused jump button.
+
2003-08-28 Hans Petter Jansson <hpj@ximian.com>
* appointment-reminder.png:
diff --git a/art/jump.xpm b/art/jump.xpm
index d974142d9a..7c289e738f 100644
--- a/art/jump.xpm
+++ b/art/jump.xpm
@@ -12,3 +12,19 @@ static char * jump_xpm[] = {
".++++++++++++++.",
".++++++++++++++.",
"................"};
+
+static char * jump_xpm_focused[] = {
+"16 8 3 1",
+" c None",
+". c #0000FF",
+"+ c #FFFF00",
+"................",
+"................",
+"..++++++++++++..",
+"..+..++..++..+..",
+"..+..++..++..+..",
+"..++++++++++++..",
+"................",
+"................"};
+
+