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-recurring.xpm | |
parent | 17c69cb3be3501e423f8d480ed0fa1f1f44c64b8 (diff) | |
download | gsoc2013-evolution-971e05a64569b0f8f4a89529b4819b467abd77b5.tar.gz 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-recurring.xpm')
-rw-r--r-- | calendar/gui/task-recurring.xpm | 72 |
1 files changed, 55 insertions, 17 deletions
diff --git a/calendar/gui/task-recurring.xpm b/calendar/gui/task-recurring.xpm index 29b78d84c7..634cd87a84 100644 --- a/calendar/gui/task-recurring.xpm +++ b/calendar/gui/task-recurring.xpm @@ -1,21 +1,59 @@ /* XPM */ static char * task_recurring_xpm[] = { -"16 16 2 1", +"16 16 40 1", " c None", -". c #333366", -" ", -" ", -" .. ..... ", -" ... .... ", -" .. .... ", -" .. ..... ", -" .. . .. ", -" .. .. ", -" .. . .. ", -" ..... .. ", -" .... .. ", -" .... ... ", -" ..... .. ", -" ", -" ", +". c #000000", +"+ c #FFFFFF", +"@ c #F3F3F3", +"# c #CCCCCC", +"$ c #B2B2B2", +"% c #ECECEC", +"& c #BFBFC3", +"* c #A2A2B0", +"= c #454572", +"- c #9898A9", +"; c #85859C", +"> c #333366", +", c #4F4F79", +"' c #B3B3C3", +") c #A3A3B7", +"! c #9696AD", +"~ c #464672", +"{ c #7F7F99", +"] c #C9C9CA", +"^ c #3D3D6D", +"/ c #3B3B6B", +"( c #A4A4B8", +"_ c #B5B5C4", +": c #D1D1D8", +"< c #9191A4", +"[ c #B5B5BD", +"} c #9F9FAE", +"| c #4A4A76", +"1 c #40406F", +"2 c #E9E9E9", +"3 c #8F8FA9", +"4 c #9D9DAC", +"5 c #9090A4", +"6 c #55557F", +"7 c #ADADBE", +"8 c #484875", +"9 c #B9B9C7", +"0 c #DCDCE0", +"a c #EEEEEE", +" . . . . . ", +" ........... ", +" .+.+.+.+.+.@. ", +" .+.#.#.#.#.$. ", +" .+%%%%%%%%%$. ", +" .+&*=-#;>>,$. ", +" .+'>)%%!>>'$. ", +" .+~{]##;^/~$. ", +" .+>(%%%_:(>$. ", +" .+><[}###<>$. ", +" .+|^1!%%23|$. ", +" .+4>>;##5>4$. ", +" .+6>>!%7890$. ", +" .a$$$$$$$$$$. ", +" ........... ", " "}; |