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:
Owen Taylor
2004-04-19 22:01:57 +00:00
committed by Owen Taylor
parent cfe7b384bc
commit 5db67b8ba2
7 changed files with 59 additions and 8 deletions

View File

@ -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,