| 2729 /* Conversations -> IM */ |
2729 /* Conversations -> IM */ |
| 2730 gaim_prefs_add_none("/core/conversations/im"); |
2730 gaim_prefs_add_none("/core/conversations/im"); |
| 2731 gaim_prefs_add_bool("/core/conversations/im/send_typing", TRUE); |
2731 gaim_prefs_add_bool("/core/conversations/im/send_typing", TRUE); |
| 2732 |
2732 |
| 2733 /* Connect callbacks for changed preferences */ |
2733 /* Connect callbacks for changed preferences */ |
| 2734 gaim_prefs_connect_callback("/core/conversations/use_alias_for_title", |
2734 gaim_prefs_connect_callback(handle, "/core/conversations/use_alias_for_title", |
| 2735 update_titles_pref_cb, NULL); |
2735 update_titles_pref_cb, NULL); |
| 2736 gaim_prefs_connect_callback("/core/buddies/use_server_alias", |
2736 gaim_prefs_connect_callback(handle, "/core/buddies/use_server_alias", |
| 2737 update_titles_pref_cb, NULL); |
2737 update_titles_pref_cb, NULL); |
| 2738 |
2738 |
| 2739 |
2739 |
| 2740 /********************************************************************** |
2740 /********************************************************************** |
| 2741 * Register signals |
2741 * Register signals |