diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-27 06:25:13 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-27 06:25:13 +0800 |
commit | 4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d (patch) | |
tree | 846e5e0a1a2f35a9486a176a196b228baa307cc1 /calendar/ChangeLog | |
parent | e867a71d9a5d84e9623d6eb1924635c871abab0d (diff) | |
download | gsoc2013-evolution-4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d.tar gsoc2013-evolution-4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d.tar.gz gsoc2013-evolution-4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d.tar.bz2 gsoc2013-evolution-4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d.tar.lz gsoc2013-evolution-4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d.tar.xz gsoc2013-evolution-4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d.tar.zst gsoc2013-evolution-4ca7a08068be5d02fd1c4cd85337a08bd2d1d06d.zip |
Create the arrows in these widgets as GTK_SHADOW_NONE, since the default
2004-02-26 Rodney Dawes <dobey@ximian.com>
* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):
Create the arrows in these widgets as GTK_SHADOW_NONE, since the
default arrow type in GTK+ 2.x is flat triangle arrows, and shadow
types are generally ignored for arrows anyway, and so we don't look
ugly with themes that handle shadow types on arrows correctly
svn path=/trunk/; revision=24902
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4752ff88a4..08a665e3f2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2004-02-26 Rodney Dawes <dobey@ximian.com> + * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct): + Create the arrows in these widgets as GTK_SHADOW_NONE, since the + default arrow type in GTK+ 2.x is flat triangle arrows, and shadow + types are generally ignored for arrows anyway, and so we don't look + ugly with themes that handle shadow types on arrows correctly + +2004-02-26 Rodney Dawes <dobey@ximian.com> + * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in: Fix the repo_id to include the evolution base version |