From: Christian Dywan Date: Sun, 19 Feb 2012 16:59:54 +0000 (+0100) Subject: Move the right window after dragging a tab out X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2aa1919aaad244c666d61cf68045f779bb4e670;p=midori Move the right window after dragging a tab out Fixes: https://bugs.launchpad.net/midori/+bug/931294 --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 1572d51d..1a174456 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -5088,7 +5088,7 @@ midori_browser_notebook_create_window_cb (GtkNotebook* notebook, { GtkWidget* new_notebook = katze_object_get_object (new_browser, "notebook"); g_object_unref (new_notebook); - gtk_window_move (GTK_WINDOW (browser), x, y); + gtk_window_move (GTK_WINDOW (new_browser), x, y); return new_notebook; } else /* No MidoriApp, so this is app or private mode */