| 941 |
941 |
| 942 vbox = pidgin_make_frame(ret, _("Conversations")); |
942 vbox = pidgin_make_frame(ret, _("Conversations")); |
| 943 |
943 |
| 944 pidgin_prefs_checkbox(_("Show _formatting on incoming messages"), |
944 pidgin_prefs_checkbox(_("Show _formatting on incoming messages"), |
| 945 PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", vbox); |
945 PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", vbox); |
| |
946 pidgin_prefs_checkbox(_("Close IMs immediately when the tab is closed"), |
| |
947 PIDGIN_PREFS_ROOT "/conversations/im/close_immediately", vbox); |
| 946 |
948 |
| 947 iconpref1 = pidgin_prefs_checkbox(_("Show _detailed information"), |
949 iconpref1 = pidgin_prefs_checkbox(_("Show _detailed information"), |
| 948 PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", vbox); |
950 PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", vbox); |
| 949 iconpref2 = pidgin_prefs_checkbox(_("Enable buddy ic_on animation"), |
951 iconpref2 = pidgin_prefs_checkbox(_("Enable buddy ic_on animation"), |
| 950 PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons", vbox); |
952 PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons", vbox); |
| 2193 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/grey_idle_buddies"); |
2195 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/grey_idle_buddies"); |
| 2194 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/raise_on_events"); |
2196 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/raise_on_events"); |
| 2195 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_group_count"); |
2197 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_group_count"); |
| 2196 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_warning_level"); |
2198 purple_prefs_remove(PIDGIN_PREFS_ROOT "/blist/show_warning_level"); |
| 2197 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/button_type"); |
2199 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/button_type"); |
| 2198 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/close_immediately"); |
|
| 2199 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/ctrl_enter_sends"); |
2200 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/ctrl_enter_sends"); |
| 2200 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/enter_sends"); |
2201 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/enter_sends"); |
| 2201 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/escape_closes"); |
2202 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/escape_closes"); |
| 2202 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/html_shortcuts"); |
2203 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/html_shortcuts"); |
| 2203 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/icons_on_tabs"); |
2204 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/icons_on_tabs"); |