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
-
On Tue, 25 Dec 2012 22:10:38 +
rob 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 ../sysdeps/unix/syscall-template.S:82
> No
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
No symbol table info available.
#2 eina_list_d
On Tue, 25 Dec 2012 17:27:11 +0100
Maxime Villard 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' titles should
On Tue, 25 Dec 2012 17:33:49 +0100
Maxime Villard 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
--
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 @@
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_mod_