[Xfce4-commits] <midori:master> Move the right window after dragging a tab out

Christian Dywan noreply at xfce.org
Sun Feb 19 18:06:01 CET 2012


Updating branch refs/heads/master
         to d2aa1919aaad244c666d61cf68045f779bb4e670 (commit)
       from 62f0ef746c182ba6b0d61fd1199e8ac0a4ff759d (commit)

commit d2aa1919aaad244c666d61cf68045f779bb4e670
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Feb 19 17:59:54 2012 +0100

    Move the right window after dragging a tab out
    
    Fixes: https://bugs.launchpad.net/midori/+bug/931294

 midori/midori-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 1572d51..1a17445 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 */


More information about the Xfce4-commits mailing list