void gtr_message_go_to_next (GtkAction * action, GtrWindow * window) { GtrTab *current; current = gtr_window_get_active_tab (window); gtr_tab_go_to_next (current); }
void gtr_message_go_to_next (GtkAction * action, GtrWindow * window) { GtrTab *current; GtrPo *po; current = gtr_window_get_active_tab (window); po = gtr_tab_get_po (current); gtr_tab_go_to_next (current); _gtr_window_set_sensitive_according_to_message (window, po); }