diff options
author | Milan Crha <mcrha@redhat.com> | 2013-07-25 23:07:19 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-07-25 23:08:12 +0800 |
commit | e6deb7fccffa1d65b4db83fa5e050870081c1763 (patch) | |
tree | d2cb99eb5854eb82b0964103a57312caaac745a3 | |
parent | e120997500aacbcff2e76e4b3952fb1bcbee20be (diff) | |
download | gsoc2013-evolution-e6deb7fccffa1d65b4db83fa5e050870081c1763.tar gsoc2013-evolution-e6deb7fccffa1d65b4db83fa5e050870081c1763.tar.gz gsoc2013-evolution-e6deb7fccffa1d65b4db83fa5e050870081c1763.tar.bz2 gsoc2013-evolution-e6deb7fccffa1d65b4db83fa5e050870081c1763.tar.lz gsoc2013-evolution-e6deb7fccffa1d65b4db83fa5e050870081c1763.tar.xz gsoc2013-evolution-e6deb7fccffa1d65b4db83fa5e050870081c1763.tar.zst gsoc2013-evolution-e6deb7fccffa1d65b4db83fa5e050870081c1763.zip |
Bug #704778 - Default Free/Busy dialog view to zoom-in
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index ff1b8511cc..e896abebd9 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -325,7 +325,7 @@ e_meeting_time_selector_init (EMeetingTimeSelector *mts) mts->day_start_minute = 0; mts->day_end_hour = 18; mts->day_end_minute = 0; - mts->zoomed_out = TRUE; + mts->zoomed_out = FALSE; mts->dragging_position = E_MEETING_TIME_SELECTOR_POS_NONE; mts->list_view = NULL; |