Mercurial > pidgin
changeset 27097:d679d47c82be
Fix a copy&paste bug.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 11 Jun 2009 02:21:44 +0000 |
parents | 65a79c501f58 |
children | 48bfcbe20b11 |
files | pidgin/gtkicon-theme-loader.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkicon-theme-loader.c Thu Jun 11 01:13:35 2009 +0000 +++ b/pidgin/gtkicon-theme-loader.c Thu Jun 11 02:21:44 2009 +0000 @@ -41,7 +41,7 @@ filename_full = g_build_filename(dir, "theme.xml", NULL); if (g_file_test(filename_full, G_FILE_TEST_IS_REGULAR)) - root_node = xmlnode_from_file(dir, "theme.xml", "sound themes", "sound-theme-loader"); + root_node = xmlnode_from_file(dir, "theme.xml", "icon themes", "icon-theme-loader"); g_free(filename_full); g_return_val_if_fail(root_node != NULL, NULL);