ZenWalker 2016-11-07 09:29:37 +01:00 committed by monsta
parent 6dc0e22c61
commit 39588e6dcb
1 changed files with 1 additions and 0 deletions

View File

@ -2673,6 +2673,7 @@ terminal_window_move_screen (TerminalWindow *source_window,
g_object_unref (screen_container);
terminal_window_add_screen (dest_window, screen, dest_position);
gtk_notebook_set_current_page (GTK_NOTEBOOK (dest_window->priv->notebook), dest_position);
g_object_unref (screen);
}