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
28 lines
490 B
C
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",
|
|
" . . . . . ",
|
|
" ........... ",
|
|
" .+.+.+.+.+.@. ",
|
|
" .+.#.#.#.#.$. ",
|
|
" .+%%%%%%%%%$. ",
|
|
" .+#########$. ",
|
|
" .+%%%%%%%%%$. ",
|
|
" .+#########$. ",
|
|
" .+%%%%%%%%%$. ",
|
|
" .+#########$. ",
|
|
" .+%%%%%%%%%$. ",
|
|
" .+#########$. ",
|
|
" .+%%%%%%%%%$. ",
|
|
" .&$$$$$$$$$$. ",
|
|
" ........... ",
|
|
" "};
|