Update libpng and libjpeg URLs, remove note about building without since
Mon Apr 19 17:59:17 2004 Owen Taylor <otaylor@redhat.com> * INSTALL.in: Update libpng and libjpeg URLs, remove note about building without since that's not the normal case. Sun Apr 11 09:45:11 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in handling of SVG/non-SVG unthemed icons.
This commit is contained in:
@ -994,7 +994,7 @@ load_themes (GtkIconTheme *icon_theme)
|
||||
{
|
||||
if (new_suffix == ICON_SUFFIX_SVG)
|
||||
{
|
||||
if (unthemed_icon->no_svg_filename)
|
||||
if (unthemed_icon->svg_filename)
|
||||
g_free (abs_file);
|
||||
else
|
||||
unthemed_icon->svg_filename = abs_file;
|
||||
@ -1025,7 +1025,7 @@ load_themes (GtkIconTheme *icon_theme)
|
||||
if (new_suffix == ICON_SUFFIX_SVG)
|
||||
unthemed_icon->svg_filename = abs_file;
|
||||
else
|
||||
unthemed_icon->svg_filename = abs_file;
|
||||
unthemed_icon->no_svg_filename = abs_file;
|
||||
|
||||
g_hash_table_insert (priv->unthemed_icons,
|
||||
base_name,
|
||||
|
||||
Reference in New Issue
Block a user