| 1661 g_signal_connect(G_OBJECT(iconpref1), "clicked", |
1661 g_signal_connect(G_OBJECT(iconpref1), "clicked", |
| 1662 G_CALLBACK(pidgin_toggle_sensitive), iconpref2); |
1662 G_CALLBACK(pidgin_toggle_sensitive), iconpref2); |
| 1663 |
1663 |
| 1664 pidgin_prefs_checkbox(_("_Notify buddies that you are typing to them"), |
1664 pidgin_prefs_checkbox(_("_Notify buddies that you are typing to them"), |
| 1665 "/purple/conversations/im/send_typing", vbox); |
1665 "/purple/conversations/im/send_typing", vbox); |
| 1666 #ifdef USE_GTKSPELL |
|
| 1667 pidgin_prefs_checkbox(_("Highlight _misspelled words"), |
1666 pidgin_prefs_checkbox(_("Highlight _misspelled words"), |
| 1668 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox); |
1667 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox); |
| 1669 #endif |
|
| 1670 |
1668 |
| 1671 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); |
1669 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); |
| 1672 |
1670 |
| 1673 #ifdef _WIN32 |
1671 #ifdef _WIN32 |
| 1674 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); |
1672 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); |