forked from AuroraMiddleware/gtk
Remove a leftover debugging envvar.
2005-06-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Remove a leftover debugging envvar.
This commit is contained in:
parent
3c4ffb12ab
commit
350a050c77
@ -1,3 +1,8 @@
|
||||
2005-06-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Remove
|
||||
a leftover debugging envvar.
|
||||
|
||||
2005-06-23 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-06-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Remove
|
||||
a leftover debugging envvar.
|
||||
|
||||
2005-06-23 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-06-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Remove
|
||||
a leftover debugging envvar.
|
||||
|
||||
2005-06-23 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix the
|
||||
|
@ -104,10 +104,7 @@ _gtk_icon_cache_new_for_path (const gchar *path)
|
||||
HANDLE handle = NULL;
|
||||
#endif
|
||||
|
||||
if (g_getenv ("GTK_NO_ICON_CACHE"))
|
||||
return NULL;
|
||||
|
||||
/* Check if we have a cache file */
|
||||
/* Check if we have a cache file */
|
||||
cache_filename = g_build_filename (path, "icon-theme.cache", NULL);
|
||||
|
||||
GTK_NOTE (ICONTHEME,
|
||||
|
Loading…
Reference in New Issue
Block a user