[Xfce4-commits] <terminal:master> Apply grid size on startup.
Nick Schermer
noreply at xfce.org
Tue Dec 25 10:16:03 CET 2012
Updating branch refs/heads/master
to 54e30c180de50f5bf6ec79715dd54b15ef3c9e55 (commit)
from 8e61c747e34160e763c366218c44ea0fdfb8c0f4 (commit)
commit 54e30c180de50f5bf6ec79715dd54b15ef3c9e55
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 25 10:15:12 2012 +0100
Apply grid size on startup.
terminal/terminal-window.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 22bfad9..8fa3f63 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -914,6 +914,9 @@ terminal_window_notebook_page_added (GtkNotebook *notebook,
g_signal_connect (G_OBJECT (screen), "drag-data-received",
G_CALLBACK (terminal_window_notebook_drag_data_received), window);
+ /* release to the grid size applies */
+ gtk_widget_realize (GTK_WIDGET (screen));
+
if (G_LIKELY (window->active != NULL))
{
/* match the size of the active screen */
More information about the Xfce4-commits
mailing list