diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-22 12:10:23 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-22 12:10:23 +0800 |
commit | 971e05a64569b0f8f4a89529b4819b467abd77b5 (patch) | |
tree | d758525601b3f8095a2ef9ac396b265f85ab0f7d /calendar/gui/task.xpm | |
parent | 17c69cb3be3501e423f8d480ed0fa1f1f44c64b8 (diff) | |
download | gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.tar gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.tar.gz gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.tar.bz2 gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.tar.lz gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.tar.xz gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.tar.zst gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.zip |
Remove the check because it makes it look like the task is already
2000-11-21 Federico Mena Quintero <federico@helixcode.com>
* gui/task.xpm: Remove the check because it makes it look like the
task is already completed. This fixes bug #819.
* gui/task-recurring.xpm: Make it use a prettier overlaid icon.
* gui/task-*.xpm: Made the things look like little spiral-bound
notebooks.
* gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): Make the default
column order be icon/completed/summary.
2000-11-21 Federico Mena Quintero <federico@helixcode.com>
svn path=/trunk/; revision=6646
Diffstat (limited to 'calendar/gui/task.xpm')
-rw-r--r-- | calendar/gui/task.xpm | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/calendar/gui/task.xpm b/calendar/gui/task.xpm index 84f5cf5e65..4a53c3e9ab 100644 --- a/calendar/gui/task.xpm +++ b/calendar/gui/task.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * task_xpm[] = { -"16 16 13 1", +"16 16 8 1", " c None", ". c #000000", "+ c #FFFFFF", @@ -8,25 +8,20 @@ static char * task_xpm[] = { "# c #CCCCCC", "$ c #B2B2B2", "% c #ECECEC", -"& c #993333", -"* c #660000", -"= c #999999", -"- c #666666", -"; c #663333", -"> c #EEEEEE", -" ", +"& c #EEEEEE", +" . . . . . ", " ........... ", -" .++++++++++@. ", +" .+.+.+.+.+.@. ", +" .+.#.#.#.#.$. ", +" .+%%%%%%%%%$. ", +" .+#########$. ", +" .+%%%%%%%%%$. ", " .+#########$. ", " .+%%%%%%%%%$. ", -" .+#######&*$. ", -" .+%%%%%%&*=$. ", -" .+#&=##&*-#$. ", -" .+%&&%&*=#%$. ", -" .+#;&&*-=##$. ", -" .+%-&*-=%%%$. ", -" .+#=--=####$. ", +" .+#########$. ", +" .+%%%%%%%%%$. ", +" .+#########$. ", " .+%%%%%%%%%$. ", -" .>$$$$$$$$$$. ", +" .&$$$$$$$$$$. ", " ........... ", " "}; |