summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-06-02 02:48:50 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-06-02 02:48:50 +0000
commit018511c3aa10a7f53a787734bcdceb420bebc9d1 (patch)
tree87dde0094967dc1ebde15b4c1dac079dc4a0644d /gtk/gtkicontheme.c
parent01a5698e1d4dd4d6dee8ef782109cd58b943368a (diff)
downloadgtk+-018511c3aa10a7f53a787734bcdceb420bebc9d1.tar.gz
Handle accel_closure being NULL on an accel label. (#139641, Sam
Tue Jun 1 22:45:42 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkmenu.c (get_accel_path): Handle accel_closure being NULL on an accel label. (#139641, Sam Stephenson, patch by Michael Natterer) Tue Jun 1 22:19:55 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (theme_subdir_load): Prevent icon lookup finding icons in the wrong prefix. (#143328, Mark McLoughlin)
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 29d9741fc8..353a6d0f39 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -1935,7 +1935,7 @@ theme_subdir_load (GtkIconTheme *icon_theme,
scan_directory (icon_theme->priv, dir, full_dir);
- theme->dirs = g_list_append (theme->dirs, dir);
+ theme->dirs = g_list_prepend (theme->dirs, dir);
}
else
g_free (full_dir);