On Fri, Aug 22, 2003 at 12:21:57PM -0400, Jordan Sissel wrote:
> The idea is that I'd like to alt+click to drag the current frame
> somewhere 

That is not supposed to work, you must drag a tab. Crashing is
still a bug, though, so here's a patch:

Index: genframe-pointer.c
===================================================================
RCS file: /share/cvsrepos/ion/ioncore/genframe-pointer.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -r1.36 -r1.37
319c319
<       if(ev->root!=ROOT_OF(sub))
---
>       if(sub==NULL || ev->root!=ROOT_OF(sub))
341a342,344
>       if(p_tabnum<0)
>               return;
> 

-- 
Tuomo

Reply via email to