Mercurial > pidgin
comparison src/prefs.c @ 1324:faee6f18b2a8
[gaim-migrate @ 1334]
Woops
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 20 Dec 2000 04:06:11 +0000 |
| parents | c72b2eed92cb |
| children | 783ba886b6b6 |
comparison
equal
deleted
inserted
replaced
| 1323:4cbb78f05e4b | 1324:faee6f18b2a8 |
|---|---|
| 1152 | 1152 |
| 1153 if (!i) | 1153 if (!i) |
| 1154 return; | 1154 return; |
| 1155 if (!i->next) { | 1155 if (!i->next) { |
| 1156 int text_len = gtk_text_get_length(GTK_TEXT(away_text)); | 1156 int text_len = gtk_text_get_length(GTK_TEXT(away_text)); |
| 1157 printf("Text: %s\n", GTK_TEXT(away_text)); | |
| 1158 gtk_text_set_point(GTK_TEXT(away_text), 0); | 1157 gtk_text_set_point(GTK_TEXT(away_text), 0); |
| 1159 printf("Len: %d\n", text_len); | |
| 1160 gtk_text_forward_delete(GTK_TEXT(away_text), text_len); | 1158 gtk_text_forward_delete(GTK_TEXT(away_text), text_len); |
| 1161 } | 1159 } |
| 1162 a = gtk_object_get_user_data(GTK_OBJECT(i->data)); | 1160 a = gtk_object_get_user_data(GTK_OBJECT(i->data)); |
| 1163 rem_away_mess(NULL, a); | 1161 rem_away_mess(NULL, a); |
| 1164 } | 1162 } |
