Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127026 | Differences between
and this patch

Collapse All | Expand All

(-)linden/indra/newview/llfloatereditui.cpp.orig (-1 / +1 lines)
Lines 53-59 Link Here
53
	for(idx = 0,itor = parentChildren->begin();itor!=parentChildren->end();itor++,idx++){
53
	for(idx = 0,itor = parentChildren->begin();itor!=parentChildren->end();itor++,idx++){
54
		if((*itor)==view)break;
54
		if((*itor)==view)break;
55
	}
55
	}
56
	switch((int)data)
56
	switch((long)data)
57
	{
57
	{
58
		case	0	://up
58
		case	0	://up
59
			view = view->getParent();
59
			view = view->getParent();

Return to bug 127026