diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-21 08:29:06 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-21 08:29:06 +0800 |
commit | 65dbe3a3855c8419715f5c9cb898c3326878e97b (patch) | |
tree | bb5dfa04cdafeae4562c9171bada953ccd8fe68a /calendar/gui/view-utils.c | |
parent | e9a7215277ccb59d126cd0981d148744068ed148 (diff) | |
download | gsoc2013-evolution-65dbe3a3855c8419715f5c9cb898c3326878e97b.tar gsoc2013-evolution-65dbe3a3855c8419715f5c9cb898c3326878e97b.tar.gz gsoc2013-evolution-65dbe3a3855c8419715f5c9cb898c3326878e97b.tar.bz2 gsoc2013-evolution-65dbe3a3855c8419715f5c9cb898c3326878e97b.tar.lz gsoc2013-evolution-65dbe3a3855c8419715f5c9cb898c3326878e97b.tar.xz gsoc2013-evolution-65dbe3a3855c8419715f5c9cb898c3326878e97b.tar.zst gsoc2013-evolution-65dbe3a3855c8419715f5c9cb898c3326878e97b.zip |
Made it use the new paint_row function instead of painting everything
1998-04-20 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c (paint_back): Made it use the new paint_row
function instead of painting everything directly. We calculate
areas in a smarter way so there is even less flicker than before,
especially when selecting regions.
* eventedit.c: Sensitize recurrence widgets properly.
svn path=/trunk/; revision=171
Diffstat (limited to 'calendar/gui/view-utils.c')
-rw-r--r-- | calendar/gui/view-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/view-utils.c b/calendar/gui/view-utils.c index a6c7676885..62cb86fc7c 100644 --- a/calendar/gui/view-utils.c +++ b/calendar/gui/view-utils.c @@ -11,7 +11,7 @@ int am_pm_flag = 0; -char * +static char * nicetime (struct tm *tm) { static char buf [20]; |