| 993 |
993 |
| 994 vbox = pidgin_make_frame(ret, _("Conversations")); |
994 vbox = pidgin_make_frame(ret, _("Conversations")); |
| 995 |
995 |
| 996 pidgin_prefs_checkbox(_("Show _formatting on incoming messages"), |
996 pidgin_prefs_checkbox(_("Show _formatting on incoming messages"), |
| 997 PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", vbox); |
997 PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", vbox); |
| 998 pidgin_prefs_checkbox(_("Close IMs immediately when the tab is closed"), |
|
| 999 PIDGIN_PREFS_ROOT "/conversations/im/close_immediately", vbox); |
|
| 1000 |
998 |
| 1001 iconpref1 = pidgin_prefs_checkbox(_("Show _detailed information"), |
999 iconpref1 = pidgin_prefs_checkbox(_("Show _detailed information"), |
| 1002 PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", vbox); |
1000 PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", vbox); |
| 1003 iconpref2 = pidgin_prefs_checkbox(_("Enable buddy ic_on animation"), |
1001 iconpref2 = pidgin_prefs_checkbox(_("Enable buddy ic_on animation"), |
| 1004 PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons", vbox); |
1002 PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons", vbox); |
| 2304 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/grey_idle_buddies"); |
2302 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/grey_idle_buddies"); |
| 2305 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/raise_on_events"); |
2303 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/raise_on_events"); |
| 2306 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_group_count"); |
2304 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_group_count"); |
| 2307 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_warning_level"); |
2305 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_warning_level"); |
| 2308 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/button_type"); |
2306 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/button_type"); |
| |
2307 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/close_immediately"); |
| 2309 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/ctrl_enter_sends"); |
2308 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/ctrl_enter_sends"); |
| 2310 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/enter_sends"); |
2309 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/enter_sends"); |
| 2311 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/escape_closes"); |
2310 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/escape_closes"); |
| 2312 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/html_shortcuts"); |
2311 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/html_shortcuts"); |
| 2313 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/icons_on_tabs"); |
2312 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/icons_on_tabs"); |