diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1999-05-26 03:28:28 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-05-26 03:28:28 +0800 |
commit | ede0790b5c953edf0a14dae1f75fa449d5c3286a (patch) | |
tree | c5ef3edf8a66a07a441bd7888fc4e955a8464c67 /calendar/gncal-day-panel.c | |
parent | c150a409d44428073347bf5da033d0290cda4d4d (diff) | |
download | gsoc2013-evolution-ede0790b5c953edf0a14dae1f75fa449d5c3286a.tar gsoc2013-evolution-ede0790b5c953edf0a14dae1f75fa449d5c3286a.tar.gz gsoc2013-evolution-ede0790b5c953edf0a14dae1f75fa449d5c3286a.tar.bz2 gsoc2013-evolution-ede0790b5c953edf0a14dae1f75fa449d5c3286a.tar.lz gsoc2013-evolution-ede0790b5c953edf0a14dae1f75fa449d5c3286a.tar.xz gsoc2013-evolution-ede0790b5c953edf0a14dae1f75fa449d5c3286a.tar.zst gsoc2013-evolution-ede0790b5c953edf0a14dae1f75fa449d5c3286a.zip |
Set the canvas scroll region here, not in size_allocate(). Also, use the
1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx>
* year-view.c (idle_handler): Set the canvas scroll region here,
not in size_allocate(). Also, use the correct width and height
based on the allocation and the precomputed minimum width/height
values.
* gnome-cal.c (setup_widgets): Set the scrollbar policy of the
scrolled window.
* main.c (setup_appbar): Use the correct type for the appbar.
* gncal-day-view.c: Removed unused function switch_to_day().
* gncal-day-panel.c (calendar_day_selected): Removed unused variable.
1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in: Added the gncal/doc/* Makefiles to AC_OUTPUT.
svn path=/trunk/; revision=939
Diffstat (limited to 'calendar/gncal-day-panel.c')
-rw-r--r-- | calendar/gncal-day-panel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gncal-day-panel.c b/calendar/gncal-day-panel.c index 1eb8941019..bd91a18346 100644 --- a/calendar/gncal-day-panel.c +++ b/calendar/gncal-day-panel.c @@ -71,7 +71,6 @@ calendar_day_selected (GtkCalendar *calendar, GncalDayPanel *dpanel) { gint y, m, d; struct tm tm; - time_t time; gtk_calendar_get_date (calendar, &y, &m, &d); |