Mercurial > pidgin
changeset 28164:011fe3d13658
I guess this pref name was changed but this one line was not. This would
cause the status icon theme to revert to the default on startup.
Fixes #10155.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 01 Sep 2009 00:33:52 +0000 |
parents | a444fe876e52 |
children | 5e554e9296ac |
files | pidgin/pidginstock.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/pidginstock.c Mon Aug 31 23:17:57 2009 +0000 +++ b/pidgin/pidginstock.c Tue Sep 01 00:33:52 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));