Comment 1 for bug 258075

Revision history for this message
GrantMcLean (grant-mclean) wrote :

The problem seems to occur when you reorder items using drag-n-drop and drop an item on top of itself. When this happens the program goes into a loop and starts eating memory. It appears that the looping is happening in the GTK or Ruby binding layer rather than SSHMenu itself but I might be mistaken about that (and even if that is the case it might be SSHMenu code that's causing it).

I've never been very happy with the drag-n-drop code and it doesn't provide any functionality that can't be achieved using the "Up" and "Down" buttons. The attached patch disabled drag-n-drop which is probably safer as long as this bug exists.