diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-03-12 05:22:14 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-03-12 05:22:14 +0800 |
commit | c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee (patch) | |
tree | a045daac7a166e28b3354303ea4fc08f4a4ce5f6 /widgets/misc/ChangeLog | |
parent | 179239f0e51b4ae7470482d1053378aad981eb7a (diff) | |
download | gsoc2013-evolution-c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee.tar gsoc2013-evolution-c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee.tar.gz gsoc2013-evolution-c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee.tar.bz2 gsoc2013-evolution-c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee.tar.lz gsoc2013-evolution-c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee.tar.xz gsoc2013-evolution-c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee.tar.zst gsoc2013-evolution-c6a1e23298bcca3ac4f4c1fdb4cdcc297ee424ee.zip |
Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmaps
2003-03-10 Rodney Dawes <dobey@ximian.com>
* e-calendar.c: Use GtkArrow instead of pixmaps
* e-combo-button.c: Use GtkArrow instead of pixmaps
* e-filter-bar.c: gtk_window_set_policy () is deprecated
* e-url-entry.c: Load the icon in a pixbuf instead of GdkPixmap
svn path=/trunk/; revision=20254
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index b236d0c648..d9f289304c 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,10 @@ +2003-03-10 Rodney Dawes <dobey@ximian.com> + + * e-calendar.c: Use GtkArrow instead of pixmaps + * e-combo-button.c: Use GtkArrow instead of pixmaps + * e-filter-bar.c: gtk_window_set_policy () is deprecated + * e-url-entry.c: Load the icon in a pixbuf instead of GdkPixmap + 2003-03-06 Ettore Perazzoli <ettore@ximian.com> * e-url-entry.c (destroy): Removed unused variable. |