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

Collapse All | Expand All

(-)kmilo/powerbook2/pb_monitor.cpp.bak (-1 / +1 lines)
Lines 65-71 Link Here
65
65
66
bool PowerBookMonitor::init()
66
bool PowerBookMonitor::init()
67
{
67
{
68
	return ( ipc_init( LIBMODE_CLIENT, 1 ) == 0 );
68
	return ( ipc_init("PowerBookMonitor", LIBMODE_CLIENT, 1 ) == 0 );
69
}
69
}
70
70
71
71

Return to bug 94731