Changeset 3353 for trunk/jons-gtk2-gui
- Timestamp:
- 03/12/03 02:37:33 (6 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk2-gui/src/convo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk2-gui/src/convo.cpp
r3351 r3353 589 589 gtk_text_buffer_insert(tb, &iter, c->for_user, -1); 590 590 scroll_to_the_end(c->text); 591 592 gtk_widget_set_sensitive(c->send, TRUE); 593 toggle_close_cancel(c, 1);594 }595 } 596 591 } 592 593 gtk_widget_set_sensitive(c->send, TRUE); 594 toggle_close_cancel(c, 1); 595 } 596
