summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-03 14:44:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-03 14:44:33 +0000
commit35dfce0f90d663589d63566fe9248ac044712a09 (patch)
treee1050ac88bed7311a7e94c7d07023a4404deb431 /ChangeLog.pre-2-6
parent27c23e4dd591499da4dccf6875e100aa8bdc2c56 (diff)
downloadgdk-pixbuf-35dfce0f90d663589d63566fe9248ac044712a09.tar.gz
Make gtk_icon_theme_load_icon() work independent of icon factory
2005-01-03 Matthias Clasen <mclasen@redhat.com> Make gtk_icon_theme_load_icon() work independent of icon factory initialization. (#162791, Tristan Van Berkom) * gtk/gtkiconfactory.[hc]: Rename ensure_default_icons to _gtk_icon_factory_ensure_default_icons, and make it non-static. * gtk/gtkicontheme.c (find_builtin_icon): ..and call it here.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-610
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 50b92bfa4..06bcd9125 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,13 @@
+2005-01-03 Matthias Clasen <mclasen@redhat.com>
+
+ Make gtk_icon_theme_load_icon() work independent of
+ icon factory initialization. (#162791, Tristan Van Berkom)
+
+ * gtk/gtkiconfactory.[hc]: Rename ensure_default_icons to
+ _gtk_icon_factory_ensure_default_icons, and make it non-static.
+
+ * gtk/gtkicontheme.c (find_builtin_icon): ..and call it here.
+
2005-01-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_remove_shortcut_folder):