Apply a cleanup patch by Kjartan Maraas (#341812)
2006-10-08 Matthias Clasen <mclasen@redhat.com> * Apply a cleanup patch by Kjartan Maraas (#341812)
This commit is contained in:
committed by
Matthias Clasen
parent
e4581869b4
commit
07e7719441
@ -875,7 +875,7 @@ insert_theme (GtkIconTheme *icon_theme, const char *theme_name)
|
||||
char **dirs;
|
||||
char **themes;
|
||||
GtkIconThemePrivate *priv;
|
||||
IconTheme *theme;
|
||||
IconTheme *theme = NULL;
|
||||
char *path;
|
||||
GKeyFile *theme_file;
|
||||
GError *error = NULL;
|
||||
@ -1855,7 +1855,7 @@ theme_dir_get_icon_suffix (IconThemeDir *dir,
|
||||
suffix = GPOINTER_TO_UINT (g_hash_table_lookup (dir->icons, icon_name));
|
||||
|
||||
GTK_NOTE (ICONTHEME,
|
||||
g_print ("get_icon_suffix%s %d\n", dir->cache ? " (cached)" : "", suffix));
|
||||
g_print ("get_icon_suffix%s %u\n", dir->cache ? " (cached)" : "", suffix));
|
||||
|
||||
return suffix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user