Revision 91
| src/action.c (revision 91) | ||
|---|---|---|
| 576 | 576 |
is_selection = gtk_text_buffer_get_selection_bounds |
| 577 | 577 |
(textbuf, &start_iter, &end_iter); |
| 578 | 578 |
if (!is_selection) {
|
| 579 |
gtk_text_buffer_get_start_iter(textbuf, &start_iter); |
|
| 579 |
gtk_text_buffer_get_iter_at_offset |
|
| 580 |
(textbuf, &start_iter, body_pos); |
|
| 580 | 581 |
gtk_text_buffer_get_end_iter(textbuf, &end_iter); |
| 581 | 582 |
} |
| 582 | 583 |
msg_str = gtk_text_buffer_get_text |
| ... | ... | |
| 1004 | 1005 |
|
| 1005 | 1006 |
gtk_widget_show(children->scrolledwin); |
| 1006 | 1007 |
textbuf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text)); |
| 1007 |
gtk_text_buffer_get_start_iter(textbuf, &start_iter); |
|
| 1008 |
gtk_text_buffer_get_end_iter(textbuf, &end_iter); |
|
| 1008 |
gtk_text_buffer_get_bounds(textbuf, &start_iter, &end_iter); |
|
| 1009 | 1009 |
gtk_text_buffer_delete(textbuf, &start_iter, &end_iter); |
| 1010 | 1010 |
gtk_text_buffer_get_start_iter(textbuf, &iter); |
| 1011 | 1011 |
|
| ChangeLog.ja (revision 91) | ||
|---|---|---|
| 1 | 1 |
2005-02-04 |
| 2 | 2 |
|
| 3 |
* src/action.c: execute_actions(): ???å??????ƥ????Ȥ˥إå???ʬ |
|
| 4 |
???ޤޤʤ??褦?ˤ????? |
|
| 5 |
|
|
| 6 |
2005-02-04 |
|
| 7 |
|
|
| 3 | 8 |
* src/textview.c |
| 4 | 9 |
src/gtkutils.[ch]: ???å??????ƥ????ȸ??????Ƽ????? |
| 5 | 10 |
|
| ChangeLog (revision 91) | ||
|---|---|---|
| 1 | 1 |
2005-02-04 |
| 2 | 2 |
|
| 3 |
* src/action.c: execute_actions(): don't include header part in |
|
| 4 |
message text. |
|
| 5 |
|
|
| 6 |
2005-02-04 |
|
| 7 |
|
|
| 3 | 8 |
* src/textview.c |
| 4 | 9 |
src/gtkutils.[ch]: reimplemented message text search. |
| 5 | 10 |
|
Also available in: Unified diff