comparison gtk/gtkprefs.c @ 14805:984657c2584d

[gaim-migrate @ 17570] Add a wingaim only preference to disable the IM conv. flashing. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 23 Oct 2006 20:25:16 +0000
parents 18b74ed00850
children 88d68d9f2fa3
comparison
equal deleted inserted replaced
14804:dfd272ab67e7 14805:984657c2584d
848 gaim_gtk_prefs_checkbox(_("Highlight _misspelled words"), 848 gaim_gtk_prefs_checkbox(_("Highlight _misspelled words"),
849 "/gaim/gtk/conversations/spellcheck", vbox); 849 "/gaim/gtk/conversations/spellcheck", vbox);
850 #endif 850 #endif
851 851
852 gaim_gtk_prefs_checkbox(_("Use smooth-scrolling"), "/gaim/gtk/conversations/use_smooth_scrolling", vbox); 852 gaim_gtk_prefs_checkbox(_("Use smooth-scrolling"), "/gaim/gtk/conversations/use_smooth_scrolling", vbox);
853
854 #ifdef _WIN32
855 gaim_gtk_prefs_checkbox(_("F_lash window when IMs are received"), "/gaim/gtk/win32/blink_im", vbox);
856 #endif
853 857
854 frame = gaim_gtk_create_imhtml(TRUE, &imhtml, &toolbar, NULL); 858 frame = gaim_gtk_create_imhtml(TRUE, &imhtml, &toolbar, NULL);
855 gtk_widget_set_name(imhtml, "gaim_gtkprefs_font_imhtml"); 859 gtk_widget_set_name(imhtml, "gaim_gtkprefs_font_imhtml");
856 gtk_imhtml_set_whole_buffer_formatting_only(GTK_IMHTML(imhtml), TRUE); 860 gtk_imhtml_set_whole_buffer_formatting_only(GTK_IMHTML(imhtml), TRUE);
857 gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml), 861 gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml),