I guess this pref name was changed but this one line was not. This would

Tue, 01 Sep 2009 00:33:52 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Tue, 01 Sep 2009 00:33:52 +0000
changeset 28449
69dd8af58b41
parent 28448
c5ca106a9c74
child 28452
f846ca475de9

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.

pidgin/pidginstock.c file | annotate | diff | comparison | revisions
--- 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));

mercurial