diff options
author | Larry Ewing <lewing@helixcode.com> | 2000-08-18 13:07:06 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2000-08-18 13:07:06 +0800 |
commit | 3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf (patch) | |
tree | 9d00824a9cb143d9128fd078f2920926e3a5cacd /shell/ChangeLog | |
parent | e9a97e185488cfbfe458e2ea8e15cb38150a9f48 (diff) | |
download | gsoc2013-evolution-3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf.tar gsoc2013-evolution-3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf.tar.gz gsoc2013-evolution-3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf.tar.bz2 gsoc2013-evolution-3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf.tar.lz gsoc2013-evolution-3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf.tar.xz gsoc2013-evolution-3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf.tar.zst gsoc2013-evolution-3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf.zip |
update the pixmap define E_USE_STYLES to disable the current darkening
2000-08-18 Larry Ewing <lewing@helixcode.com>
* e-shell-folder-title-bar.c (style_set_cb): update the pixmap
define E_USE_STYLES to disable the current darkening behavior
(destroy): free the icon.
(e_shell_folder_title_bar_construct): style_set_cb does everything
important now.
(e_shell_folder_title_bar_set_icon): actually store the pixbuf
when we set it so that we still have it if the style changes and
take care of refcounting them properly.
svn path=/trunk/; revision=4872
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 993e1326f5..34172b2c60 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2000-08-18 Larry Ewing <lewing@helixcode.com> + + * e-shell-folder-title-bar.c (style_set_cb): update the pixmap + define E_USE_STYLES to disable the current darkening behavior + (destroy): free the icon. + (e_shell_folder_title_bar_construct): style_set_cb does everything + important now. + (e_shell_folder_title_bar_set_icon): actually store the pixbuf + when we set it so that we still have it if the style changes and + take care of refcounting them properly. + 2000-08-17 Ettore Perazzoli <ettore@helixcode.com> * e-shell-view-menu.c (menu_create_file): Make capitalization of |