comparison src/gtkprefs.c @ 8900:7a67c459ab8f

[gaim-migrate @ 9669] Move the preference renameing/removing stuff to prefs.c... It's pretty ugly... but it was ugly before... So now we remove the eradicated prefs. I think. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 07 May 2004 03:25:00 +0000
parents 8ffd1679df93
children 438e8d857554
comparison
equal deleted inserted replaced
8899:d484f23cd92b 8900:7a67c459ab8f
2966 2966
2967 /* Smiley Callbacks */ 2967 /* Smiley Callbacks */
2968 gaim_prefs_connect_callback("/gaim/gtk/smileys/theme", 2968 gaim_prefs_connect_callback("/gaim/gtk/smileys/theme",
2969 smiley_theme_pref_cb, NULL); 2969 smiley_theme_pref_cb, NULL);
2970 } 2970 }
2971
2972 void gaim_gtk_prefs_rename_old() {
2973 gaim_prefs_rename("/gaim/gtk/logging/log_ims", "/core/logging/log_ims");
2974 gaim_prefs_rename("/gaim/gtk/logging/log_chats", "/core/logging/log_chats");
2975 gaim_prefs_rename("/core/conversations/placement",
2976 "/gaim/gtk/conversations/placement");
2977 gaim_prefs_rename_boolean_toggle("/gaim/gtk/sound/silent_signon",
2978 "/gaim/gtk/sound/signon");
2979 }