pidgin: ea05c841: I guess this pref name was changed but t...
qulogic at pidgin.im
qulogic at pidgin.im
Mon Aug 31 20:36:11 EDT 2009
-----------------------------------------------------------------
Revision: ea05c841d86670f2d6d02024b5dd61d126f18b39
Ancestor: 071e9998595645565668ceaf038b3db06dfadf8d
Author: qulogic at pidgin.im
Date: 2009-09-01T00:33:52
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ea05c841d86670f2d6d02024b5dd61d126f18b39
Modified files:
pidgin/pidginstock.c
ChangeLog:
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.
-------------- next part --------------
============================================================
--- pidgin/pidginstock.c d8955f561db529c7b3e497f7362658f98e7096fe
+++ pidgin/pidginstock.c 2487a2d68312f5afff439a0fa765c3fe40553701
@@ -602,7 +602,7 @@ pidgin_stock_init(void)
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));
More information about the Commits
mailing list