diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-22 20:12:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-22 20:12:15 +0000 |
commit | f2cb87d3a947740d180aacb749a5c2fb21aa5eb9 (patch) | |
tree | 0b40f6b7e16dd6eddc0057706e550c846defd381 /ChangeLog.pre-2-8 | |
parent | 97ec1cdf4f8d16906f43ef02c11ac13b96d22ad2 (diff) | |
download | gdk-pixbuf-f2cb87d3a947740d180aacb749a5c2fb21aa5eb9.tar.gz |
Implement a clientmessage based scheme for makeing sure that all GTK+
2005-08-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_client_event):
* gtk/gtkicontheme.c (ensure_valid_themes)
(_gtk_icon_theme_check_reload): Implement a clientmessage based
scheme for makeing sure that all GTK+ applications notice if an
icon theme has been updated. This should prevent multiple versions
of an icon theme cache to be mapped in memory at the same time,
which can cause excessive memory consumption. (#313156, Chris
Lahey)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 841ba490e..eb9e32ae9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,16 @@ 2005-08-22 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwindow.c (gtk_window_client_event): + * gtk/gtkicontheme.c (ensure_valid_themes) + (_gtk_icon_theme_check_reload): Implement a clientmessage based + scheme for makeing sure that all GTK+ applications notice if an + icon theme has been updated. This should prevent multiple versions + of an icon theme cache to be mapped in memory at the same time, + which can cause excessive memory consumption. (#313156, Chris + Lahey) + +2005-08-22 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note regarding icon theme changes. |