aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-10-23 03:15:36 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-10-23 03:15:36 +0800
commitb7eeda03e9d59bb774a6bb37c92af02a42719ffa (patch)
tree56dcbbdaae746a556c0f9265e2783a89a8963468 /calendar/ChangeLog
parent36ea89fbb9c7964f2f2b5efe0a7f943e38b5525f (diff)
downloadgsoc2013-evolution-b7eeda03e9d59bb774a6bb37c92af02a42719ffa.tar
gsoc2013-evolution-b7eeda03e9d59bb774a6bb37c92af02a42719ffa.tar.gz
gsoc2013-evolution-b7eeda03e9d59bb774a6bb37c92af02a42719ffa.tar.bz2
gsoc2013-evolution-b7eeda03e9d59bb774a6bb37c92af02a42719ffa.tar.lz
gsoc2013-evolution-b7eeda03e9d59bb774a6bb37c92af02a42719ffa.tar.xz
gsoc2013-evolution-b7eeda03e9d59bb774a6bb37c92af02a42719ffa.tar.zst
gsoc2013-evolution-b7eeda03e9d59bb774a6bb37c92af02a42719ffa.zip
Make the scrolled window have a GTK_SHADOW_IN shadow. Likewise.
* gui/calendar-component.c (impl_createControls): Make the scrolled window have a GTK_SHADOW_IN shadow. * gui/dialogs/meeting-page.c (meeting_page_construct): Likewise. svn path=/trunk/; revision=22994
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c4545e8479..b53f7f665a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,11 @@
2003-10-22 Ettore Perazzoli <ettore@ximian.com>
+ * gui/calendar-component.c (impl_createControls): Make the
+ scrolled window have a GTK_SHADOW_IN shadow.
+ * gui/dialogs/meeting-page.c (meeting_page_construct): Likewise.
+
+2003-10-22 Ettore Perazzoli <ettore@ximian.com>
+
* gui/calendar-component.c (impl_createControls): Set the
scrollbar policy to "automatic" for both the horizontal and
vertical scrollbars around the source selector.