comparison src/gtkprefs.c @ 9707:0b1538126851

[gaim-migrate @ 10568] Make sure the default smiley theme really is "default." I think warren may have pointed this out just before 0.80 was released, and I think this should fix the problem he was seeing. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 07 Aug 2004 23:28:51 +0000
parents 03be9d653123
children 4d05b6e9e9cd
comparison
equal deleted inserted replaced
9706:d4634f26ef9b 9707:0b1538126851
2706 gaim_prefs_add_none("/gaim/gtk/plugins"); 2706 gaim_prefs_add_none("/gaim/gtk/plugins");
2707 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL); 2707 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL);
2708 2708
2709 /* Smiley Themes */ 2709 /* Smiley Themes */
2710 gaim_prefs_add_none("/gaim/gtk/smileys"); 2710 gaim_prefs_add_none("/gaim/gtk/smileys");
2711 gaim_prefs_add_string("/gaim/gtk/smileys/theme", ""); 2711 gaim_prefs_add_string("/gaim/gtk/smileys/theme", "default");
2712 2712
2713 /* Smiley Callbacks */ 2713 /* Smiley Callbacks */
2714 gaim_prefs_connect_callback("/gaim/gtk/smileys/theme", 2714 gaim_prefs_connect_callback("/gaim/gtk/smileys/theme",
2715 smiley_theme_pref_cb, NULL); 2715 smiley_theme_pref_cb, NULL);
2716 } 2716 }