Mercurial > pidgin.yaz
diff pidgin/pidginstock.c @ 28522:5e554e9296ac
merge of '193869c7b6c12d13ccb96d731ceb8fe5f3a82f2d'
and 'ea05c841d86670f2d6d02024b5dd61d126f18b39'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 01 Sep 2009 00:34:39 +0000 |
parents | 011fe3d13658 |
children | 12dbf561b9c7 fba8dd643796 |
line wrap: on
line diff
--- a/pidgin/pidginstock.c Mon Aug 31 20:27:04 2009 +0000 +++ b/pidgin/pidginstock.c Tue Sep 01 00:34:39 2009 +0000 @@ -602,7 +602,7 @@ pidgin_stock_load_stock_icon_theme(NULL); /* Pre-load Status icon theme - this avoids a bug with displaying the correct icon in the tray, theme is destroyed after*/ - if (purple_prefs_get_string(PIDGIN_PREFS_ROOT "/icon/status/theme") && + if (purple_prefs_get_string(PIDGIN_PREFS_ROOT "/status/icon-theme") && (path = purple_prefs_get_path(PIDGIN_PREFS_ROOT "/status/icon-theme-dir"))) { PidginStatusIconTheme *theme = PIDGIN_STATUS_ICON_THEME(purple_theme_loader_build(PURPLE_THEME_LOADER(loader), path));