Re: [E-devel] E CVS: taskbar iamsthitha

2008-01-07 Thread Sebastian Dransfeld
Enlightenment CVS wrote: EAPI int -e_modapi_save(E_Module *m) +e_modapi_save (E_Module * m) Should these spaces be there (before '(' and '*')? The rest of the code is like the former version. Sebastian - Check out the

Re: [E-devel] E CVS: taskbar iamsthitha

2006-07-18 Thread Sebastian Dransfeld
Enlightenment CVS wrote: if (ic) { - label = ic-border-client.netwm.name; - if (!label) -label = ic-border-client.icccm.title; + ecore_x_netwm_name_get(ic-border-client.win, label); This is wrong. The netwm name isn't always set, so you need to

Re: [E-devel] E CVS: taskbar iamsthitha

2006-07-18 Thread The Rasterman
On Tue, 18 Jul 2006 10:13:30 +0200 Sebastian Dransfeld [EMAIL PROTECTED] babbled: Enlightenment CVS wrote: if (ic) { -label = ic-border-client.netwm.name; -if (!label) - label = ic-border-client.icccm.title; +