Files
evolution/calendar/gui/task.xpm
Federico Mena Quintero 971e05a645 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
2000-11-22 04:10:23 +00:00

28 lines
490 B
C

/* XPM */
static char * task_xpm[] = {
"16 16 8 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #F3F3F3",
"# c #CCCCCC",
"$ c #B2B2B2",
"% c #ECECEC",
"& c #EEEEEE",
" . . . . . ",
" ........... ",
" .+.+.+.+.+.@. ",
" .+.#.#.#.#.$. ",
" .+%%%%%%%%%$. ",
" .+#########$. ",
" .+%%%%%%%%%$. ",
" .+#########$. ",
" .+%%%%%%%%%$. ",
" .+#########$. ",
" .+%%%%%%%%%$. ",
" .+#########$. ",
" .+%%%%%%%%%$. ",
" .&$$$$$$$$$$. ",
" ........... ",
" "};