comparison pidgin/gtkthemes.c @ 16062:07554cc5d090

Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades until someone comes up with something cleverererer
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 11 Apr 2007 13:38:05 +0000
parents e4805a4be652
children 9699941af4c4
comparison
equal deleted inserted replaced
16061:3b86ad370861 16062:07554cc5d090
316 316
317 void pidginthemes_init() 317 void pidginthemes_init()
318 { 318 {
319 GSList *l; 319 GSList *l;
320 const char *current_theme = 320 const char *current_theme =
321 purple_prefs_get_string("/purple/gtk/smileys/theme"); 321 purple_prefs_get_string(PIDGIN_PREFS_ROOT "/smileys/theme");
322 322
323 pidginthemes_smiley_theme_probe(); 323 pidginthemes_smiley_theme_probe();
324 324
325 for (l = smiley_themes; l; l = l->next) { 325 for (l = smiley_themes; l; l = l->next) {
326 struct smiley_theme *smile = l->data; 326 struct smiley_theme *smile = l->data;