aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-06-20 05:55:38 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-06-20 05:55:38 +0800
commit10966ada7021ae6f8314f026b897b4f297a69db4 (patch)
treea46496574f079eeb866cce90c8aa2115eca5306e /calendar/gui/e-week-view.c
parent8f4e85313c83923bf7ce62454c0f38b79ea8d312 (diff)
downloadgsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar
gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar.gz
gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar.bz2
gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar.lz
gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar.xz
gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar.zst
gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.zip
tidied up dialog a bit, adding space etc.
2000-06-19 Damon Chaplin <damon@helixcode.com> * gui/event-editor-dialog.glade: tidied up dialog a bit, adding space etc. * gui/e-week-view.c (e_week_view_reshape_events): removed debug msg. svn path=/trunk/; revision=3639
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index 96eacac213..45f209885b 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -1873,9 +1873,6 @@ e_week_view_reshape_events (EWeekView *week_view)
else
max_rows = week_view->rows_per_compressed_cell;
- g_print ("rows in the day:%i max rows:%i\n",
- week_view->rows_per_day[day], max_rows);
-
/* Determine whether the jump button should be shown. */
if (week_view->rows_per_day[day] <= max_rows) {
gnome_canvas_item_hide (week_view->jump_buttons[day]);