diff -u nux-1.16.0/NuxGraphics/GraphicsDisplayX11.cpp nux-1.16.0/NuxGraphics/GraphicsDisplayX11.cpp --- nux-1.16.0/NuxGraphics/GraphicsDisplayX11.cpp +++ nux-1.16.0/NuxGraphics/GraphicsDisplayX11.cpp @@ -2130,7 +2130,7 @@ // Second this window will grab and own the XdndSelection Selection _dnd_source_window = XCreateWindow (display, root, - 100, 100, + -1000, -1000, width, height, 0, vinfo.depth, diff -u nux-1.16.0/debian/changelog nux-1.16.0/debian/changelog --- nux-1.16.0/debian/changelog +++ nux-1.16.0/debian/changelog @@ -1,3 +1,10 @@ +nux (1.16.0-0ubuntu1.3) precise; urgency=low + + * NuxGraphics/GraphicsDisplayX11.cpp: + - Fixed the drawing of a temporary icon at coordinated 100,100 when a dash icon is dragged (LP: #947362) + + -- Vibhav Pant Tue, 13 Mar 2012 12:06:39 +0530 + nux (1.16.0-0ubuntu1.2) oneiric-proposed; urgency=low * NuxGraphics/RunTimeStats.cpp: