[E-devel] [PATCH] Shot module

2012-12-25 Thread Maxime Villard
Hi, here is a small patch for the shot module. 1) 'fsize' should be long, and doesn't need to be global (as 'fdata' ?) 2) At l.475, we leak 'fd' 3) Error dialogs' titles should be simplified 4) Also added some strerror(errno) in error messages... Tested on OpenBSD. Ok/Comments ? Index:

[E-devel] [PATCH] e_fm_op...

2012-12-25 Thread Maxime Villard
Hum, I've made a mistake in e_fm_op.c with lseek(), I inverted the two last arguments. However it's not harmful, as SEEK_SET=0. Index: e_fm_op.c === --- e_fm_op.c (révision 81690) +++ e_fm_op.c (copie de travail) @@ -1752,7 +1752,7

Re: [E-devel] [PATCH] e_fm_op...

2012-12-25 Thread Igor Murzov
On Tue, 25 Dec 2012 17:33:49 +0100 Maxime Villard rusty...@gmx.fr wrote: Hum, I've made a mistake in e_fm_op.c with lseek(), I inverted the two last arguments. However it's not harmful, as SEEK_SET=0. Commited. Thanks. -- Igor

Re: [E-devel] [PATCH] Shot module

2012-12-25 Thread Igor Murzov
On Tue, 25 Dec 2012 17:27:11 +0100 Maxime Villard rusty...@gmx.fr wrote: Hi, here is a small patch for the shot module. 1) 'fsize' should be long, and doesn't need to be global (as 'fdata' ?) Yeah. All those static variables look weird. 2) At l.475, we leak 'fd' 3) Error dialogs'

[E-devel] .e-crashdump.txt

2012-12-25 Thread rob
Attempting to change contents order in 2nd ibar on 2nd shelf. E froze completely. E17 Release: ZERO. EFL: 1.7.4 Thread 1 (Thread 0x7fd0ead59720 (LWP 24018)): #0 0x7fd0e36a696d in pause () at ../sysdeps/unix/syscall-template.S:82 No locals. #1 signal handler called No symbol table info

Re: [E-devel] .e-crashdump.txt

2012-12-25 Thread Michael Blumenkrantz
On Tue, 25 Dec 2012 22:10:38 + rob r...@rektau.ukfsn.org wrote: Attempting to change contents order in 2nd ibar on 2nd shelf. E froze completely. E17 Release: ZERO. EFL: 1.7.4 Thread 1 (Thread 0x7fd0ead59720 (LWP 24018)): #0 0x7fd0e36a696d in pause () at

[E-devel] [Query] Scroller doesn't scroll horizontally using mouse wheel. Is it normal behaviour ?

2012-12-25 Thread PRINCE KUMAR DUBEY
Hi, I have a query. When I was trying to scroll gengrid items using mouse wheel. It works only for vertical direction (when, policy_v = ON), not for horizontal scrolling (when, policy_h = ON). Is it a normal behaviour for scroller ? Please give your suggestions. Thank You, Regards, Prince