fix pending_mode_resize
authorHannes Janetzek <hannes.janetzek@gmail.com>
Mon, 5 Oct 2009 03:05:10 +0000 (03:05 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Mon, 5 Oct 2009 03:05:10 +0000 (03:05 +0000)
SVN revision: 42882

src/bin/e_border.c

index 26bfd7a..baff21f 100644 (file)
@@ -832,7 +832,7 @@ _e_border_pending_move_resize_add(E_Border *bd, int move, int resize,
    pnd = E_NEW(E_Border_Pending_Move_Resize, 1);
    if (!pnd) return;
    pnd->resize = resize;
-   pnd->resize = move;
+   pnd->move = move;
    pnd->without_border = without_border;
    pnd->x = x;
    pnd->y = y;