comparison src/gtkprefs.c @ 10398:de59c0e7f87e

[gaim-migrate @ 11628] Remove a rogue reference to the slashed 'color_nicks' pref, and make sure some other slashed prefs are actually removed to prevent too much clutter in prefs.xml committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 19 Dec 2004 12:57:29 +0000
parents c432b927b0b1
children 47366cf2792b
comparison
equal deleted inserted replaced
10397:566177590bd5 10398:de59c0e7f87e
2333 "/gaim/gtk/conversations/send_formatting"); 2333 "/gaim/gtk/conversations/send_formatting");
2334 2334
2335 gaim_prefs_rename("/gaim/gtk/debug/timestamps", "/core/debug/timestamps"); 2335 gaim_prefs_rename("/gaim/gtk/debug/timestamps", "/core/debug/timestamps");
2336 2336
2337 /* Remove some no-longer-used prefs */ 2337 /* Remove some no-longer-used prefs */
2338 gaim_prefs_remove("/gaim/gtk/blist/auto_expand_contacts");
2338 gaim_prefs_remove("/gaim/gtk/blist/button_style"); 2339 gaim_prefs_remove("/gaim/gtk/blist/button_style");
2339 gaim_prefs_remove("/gaim/gtk/blist/grey_idle_buddies"); 2340 gaim_prefs_remove("/gaim/gtk/blist/grey_idle_buddies");
2340 gaim_prefs_remove("/gaim/gtk/blist/raise_on_events"); 2341 gaim_prefs_remove("/gaim/gtk/blist/raise_on_events");
2341 gaim_prefs_remove("/gaim/gtk/blist/show_group_count"); 2342 gaim_prefs_remove("/gaim/gtk/blist/show_group_count");
2342 gaim_prefs_remove("/gaim/gtk/blist/auto_expand_contacts");
2343 gaim_prefs_remove("/gaim/gtk/blist/show_idle_time"); 2343 gaim_prefs_remove("/gaim/gtk/blist/show_idle_time");
2344 gaim_prefs_remove("/gaim/gtk/blist/show_warning_level"); 2344 gaim_prefs_remove("/gaim/gtk/blist/show_warning_level");
2345 gaim_prefs_remove("/gaim/gtk/conversations/button_type"); 2345 gaim_prefs_remove("/gaim/gtk/conversations/button_type");
2346 gaim_prefs_remove("/gaim/gtk/conversations/ctrl_enter_sends");
2347 gaim_prefs_remove("/gaim/gtk/conversations/enter_sends");
2346 gaim_prefs_remove("/gaim/gtk/conversations/html_shortcuts"); 2348 gaim_prefs_remove("/gaim/gtk/conversations/html_shortcuts");
2347 gaim_prefs_remove("/gaim/gtk/conversations/icons_on_tabs"); 2349 gaim_prefs_remove("/gaim/gtk/conversations/icons_on_tabs");
2350 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys");
2351 gaim_prefs_remove("/gaim/gtk/conversations/show_timestamps");
2348 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links"); 2352 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links");
2349 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys");
2350 gaim_prefs_remove("/gaim/gtk/conversations/smiley_shortcuts"); 2353 gaim_prefs_remove("/gaim/gtk/conversations/smiley_shortcuts");
2351 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion");
2352 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete");
2353 gaim_prefs_remove("/gaim/gtk/conversations/im/raise_on_events");
2354 gaim_prefs_remove("/gaim/gtk/conversations/chat/raise_on_events");
2355 gaim_prefs_remove("/gaim/gtk/conversations/show_timestamps");
2356 gaim_prefs_remove("/gaim/gtk/sound/signon");
2357 gaim_prefs_remove("/gaim/gtk/sound/silent_signon");
2358 gaim_prefs_remove("/gaim/gtk/logging/individual_logs");
2359 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_bgcolor"); 2354 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_bgcolor");
2360 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_fgcolor"); 2355 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_fgcolor");
2361 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_size"); 2356 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_size");
2357 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete");
2358 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion");
2362 gaim_prefs_remove("/gaim/gtk/conversations/im/hide_on_send"); 2359 gaim_prefs_remove("/gaim/gtk/conversations/im/hide_on_send");
2363 } 2360 gaim_prefs_remove("/gaim/gtk/conversations/im/raise_on_events");
2361 gaim_prefs_remove("/gaim/gtk/conversations/chat/color_nicks");
2362 gaim_prefs_remove("/gaim/gtk/conversations/chat/raise_on_events");
2363 gaim_prefs_remove("/gaim/gtk/logging/individual_logs");
2364 gaim_prefs_remove("/gaim/gtk/sound/signon");
2365 gaim_prefs_remove("/gaim/gtk/sound/silent_signon");
2366 }