Gabriel M. Beddingfield wrote:
>
> Hi Wolke,
>
> [email protected] wrote:
>> hi,
>> {Load, Delete} is the context menu from patterns.
>> i can't reproduce this here.
>> hydrogen tr...@836.
>> libqt 4.4.3-2 current debian unstable version
>> gcc 4.3
>
> What's the patterns menu?  What is it supposed to do?  I'm not 
> familiar with this feature.
>
> This is not a new bug.  This has been happening for some time and I've 
> just ignored it since we had bigger fish to fry.  Right now it happens 
> on all my computers (64 Studio/Ubuntu Hardy and Debian Lenny).
>
> Attached is a screen shot of the bug.  I tried to post it to Trac, but 
> I don't think the site is configured correctly for that.  I'm working 
> on reporting it.
>
> Peace,
> Gabriel
Hi,

i've fixed this bug in r867, was quite easy. The problem:

    if ( __sound_library_tree->currentItem()->parent()->parent() == 
__pattern_item ) {
        __pattern_menu->popup( pos );
    }

If you're clicking on a drumkit, 
__sound_library_tree->currentItem()->parent()->parent() is NULL, but 
__pattern_item is also NULL when you don't have any patterns installed :) 
- Sebastian




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to