[gnome-terminal/gnome-3-12] app: Make dropped tab active
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/gnome-3-12] app: Make dropped tab active
- Date: Fri, 20 Jun 2014 14:58:45 +0000 (UTC)
commit 887a6013468959f966e60bfc6303ef858194b232
Author: Egmont Koblinger <egmont gmail com>
Date: Fri Jun 20 16:57:44 2014 +0200
app: Make dropped tab active
https://bugzilla.gnome.org/show_bug.cgi?id=730936
(cherry picked from commit abb2018a702adfc57831aea9ebb5c513b9c8bbbd)
src/terminal-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/terminal-window.c b/src/terminal-window.c
index 77cad21..90beb2d 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -3118,6 +3118,7 @@ terminal_window_move_screen (TerminalWindow *source_window,
g_object_unref (screen_container);
terminal_window_add_screen (dest_window, screen, dest_position);
+ terminal_mdi_container_set_active_screen (dest_window->priv->mdi_container, screen);
g_object_unref (screen);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]