From: Arnout E. <no...@bz...> - 2011-02-07 22:57:57
|
On Mon, Feb 07, 2011 at 04:50:59AM +0100, Tomáš Ebenlendr wrote: > @@ -767,9 +769,11 @@ void frame_managed_notify(WFrame *frame, WRegion *sub, WRegionNotify how) > how==ioncore_g.notifies.sub_activity || > how==ioncore_g.notifies.tag){ > > + complete=how==ioncore_g.notifies.name; Shouldn't that use strcmp? Arnout |