Re: [e-users] Taskbar Module Problem

2006-08-03 Thread blak
Thanks for help. I will try this. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and

Re: [e-users] Taskbar Module Problem

2006-08-02 Thread Jordan Patterson
>The following fix worked for me: > > in data/themes/Makefile.am > > change: > $(wildcard taskbar.ed?) \ > $(wildcard taskbar2.ed?) > to: > $(patsubst %.edc,%.edj,$(wildcard taskbar*.ed?) Missed a bracket here, should be: $(patsubst %.edc,%.edj,$(wildcard taskbar*.ed?)) Jordan -

Re: [e-users] Taskbar Module Problem

2006-08-02 Thread Jordan Patterson
On 7/21/06, blak <[EMAIL PROTECTED]> wrote: > Hello > I got this error to. > I try to debug this module with tutorial on get-e.org, and probably > found where is dividing by zero (well i think so :)). May be this > information weel be useful: Hi. I should have paid more attention to the CVS comme

Re: [e-users] Taskbar Module Problem

2006-07-21 Thread blak
Hello I got this error to. I try to debug this module with tutorial on get-e.org, and probably found where is dividing by zero (well i think so :)). May be this information weel be useful: #8 0xb785d035 in _taskbar_resize_handle (b=0x857aa20) at e_mod_main.c:451 451wnum2 = w / wmin; (gdb)

Re: [e-users] Taskbar Module Problem

2006-07-10 Thread Paul Stejskal
Jordan Patterson wrote: > Hi. > > I've recently updated to the CVS version of the taskbar module, and it > looks like it doesn't want to work for me. When I used version 0.1.2, > it worked fine, but with the new version, I get a floating point error > (divide by 0) whenever I try to open a window.

[e-users] Taskbar Module Problem

2006-07-10 Thread Jordan Patterson
Hi. I've recently updated to the CVS version of the taskbar module, and it looks like it doesn't want to work for me. When I used version 0.1.2, it worked fine, but with the new version, I get a floating point error (divide by 0) whenever I try to open a window. It does this on both my machines