Mercurial > pidgin
comparison src/util.c @ 209:6e9b375e30e7
[gaim-migrate @ 219]
Fix for compatability issues
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 01 May 2000 18:49:00 +0000 |
| parents | 610b7ffc4821 |
| children | ec0686b3b03f |
comparison
equal
deleted
inserted
replaced
| 208:522e885485f0 | 209:6e9b375e30e7 |
|---|---|
| 752 | 752 |
| 753 http://www.everybuddy.com | 753 http://www.everybuddy.com |
| 754 | 754 |
| 755 */ | 755 */ |
| 756 | 756 |
| 757 void spell_check(GtkWidget * text) | 757 void spell_checker(GtkWidget * text) |
| 758 { | 758 { |
| 759 int start = 0; | 759 int start = 0; |
| 760 int end = 0; | 760 int end = 0; |
| 761 int length = gtk_text_get_length(GTK_TEXT(text)); | 761 int length = gtk_text_get_length(GTK_TEXT(text)); |
| 762 static GdkColor * color = NULL; | 762 static GdkColor * color = NULL; |
