aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/Makefile.am1
-rw-r--r--calendar/gui/jump.xpm14
3 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index cba3769e63..657bc588ea 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,11 @@
2000-06-16 Damon Chaplin <damon@helixcode.com>
+ * gui/jump.xpm: new icon for the EWeekView to jump to the day.
+
+ * gui/Makefile.am (EXTRA_DIST): added jump.xpm
+
+2000-06-16 Damon Chaplin <damon@helixcode.com>
+
* gui/calendar-model.c (calendar_model_class_init): #ifdef'ed out
references to functions which don't exist yet, so evolution still
compiles.
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 7da994c995..219003d780 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -113,6 +113,7 @@ EXTRA_DIST = \
$(glade_DATA) \
bell.xpm \
recur.xpm \
+ jump.xpm \
dayview.xpm \
workweekview.xpm \
weekview.xpm \
diff --git a/calendar/gui/jump.xpm b/calendar/gui/jump.xpm
new file mode 100644
index 0000000000..d974142d9a
--- /dev/null
+++ b/calendar/gui/jump.xpm
@@ -0,0 +1,14 @@
+/* XPM */
+static char * jump_xpm[] = {
+"16 8 3 1",
+" c None",
+". c #000000",
+"+ c #FFFF00",
+"................",
+".++++++++++++++.",
+".++++++++++++++.",
+".++..++..++..++.",
+".++..++..++..++.",
+".++++++++++++++.",
+".++++++++++++++.",
+"................"};