Move the right window after dragging a tab out
Fixes: https://bugs.launchpad.net/midori/+bug/931294
This commit is contained in:
parent
62f0ef746c
commit
d2aa1919aa
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue