diff options
author | Russell Steinthal <steintr@src.gnome.org> | 1999-10-20 09:08:08 +0800 |
---|---|---|
committer | Russell Steinthal <steintr@src.gnome.org> | 1999-10-20 09:08:08 +0800 |
commit | 7a5e03ee78f6bd107bc57f723862b618d17e4f09 (patch) | |
tree | 518e0d0037cfdd23fecae37131e19edc0f35b194 /calendar/gnome-cal.c | |
parent | efafad91e962fc685e8c2235b0d6e32f7e3808fb (diff) | |
download | gsoc2013-evolution-7a5e03ee78f6bd107bc57f723862b618d17e4f09.tar gsoc2013-evolution-7a5e03ee78f6bd107bc57f723862b618d17e4f09.tar.gz gsoc2013-evolution-7a5e03ee78f6bd107bc57f723862b618d17e4f09.tar.bz2 gsoc2013-evolution-7a5e03ee78f6bd107bc57f723862b618d17e4f09.tar.lz gsoc2013-evolution-7a5e03ee78f6bd107bc57f723862b618d17e4f09.tar.xz gsoc2013-evolution-7a5e03ee78f6bd107bc57f723862b618d17e4f09.tar.zst gsoc2013-evolution-7a5e03ee78f6bd107bc57f723862b618d17e4f09.zip |
Fix bug #2561 in HEAD
svn path=/trunk/; revision=1335
Diffstat (limited to 'calendar/gnome-cal.c')
-rw-r--r-- | calendar/gnome-cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c index 88e2f0bdce..1342e6454b 100644 --- a/calendar/gnome-cal.c +++ b/calendar/gnome-cal.c @@ -409,7 +409,7 @@ calendar_notify (time_t time, CalendarAlarm *which, void *data) guint tag; if (&ico->aalarm == which){ - time_t app = ico->dalarm.trigger + ico->dalarm.offset; + time_t app = ico->aalarm.trigger + ico->aalarm.offset; GtkWidget *w; char *msg; |