Re: [Geeqie-devel] Segmentation fault: View as List

2008-08-23 Thread Laurent MONIN
On Sat, 23 Aug 2008 18:21:49 +0200 Vladimir Nadvornik <[EMAIL PROTECTED]> wrote: > On so 23. srpna 2008, Colin Clark wrote: > > Hi > > > > I'm using svn 1074. If I select the file list option "View as List" and > > then try to create a new folder I get a segmentation fault at line 274 > > of view_

Re: [Geeqie-devel] Segmentation fault: View as List

2008-08-23 Thread Vladimir Nadvornik
On so 23. srpna 2008, Colin Clark wrote: > Hi > > I'm using svn 1074. If I select the file list option "View as List" and > then try to create a new folder I get a segmentation fault at line 274 > of view_dir_tree.c. > I fixed this in rev. 1077. > The variable "store" doesn't contain anything sens

Re: [Geeqie-devel] Segmentation fault: View as List

2008-08-23 Thread Colin Clark
Colin Clark wrote: > Hi > > I'm using svn 1074. If I select the file list option "View as List" and > then try to create a new folder I get a segmentation fault at line 274 > of view_dir_tree.c. > > The variable "store" doesn't contain anything sensible, so maybe the > Model has not been set cor

Re: [Geeqie-devel] TODO for alpha3

2008-08-23 Thread Vladimir Nadvornik
On po 18. srpna 2008, Omari Stephens wrote: > Hi, all > > First, a caveat for the change I'm about to suggest: There is a problem > with the dbus usage in gimp 2.4.6 which causes a new image to be opened in > a second/nth instance of gimp rather than the original one when `gimp` is > used instead o

[Geeqie-devel] Segmentation fault: View as List

2008-08-23 Thread Colin Clark
Hi I'm using svn 1074. If I select the file list option "View as List" and then try to create a new folder I get a segmentation fault at line 274 of view_dir_tree.c. The variable "store" doesn't contain anything sensible, so maybe the Model has not been set correctly. Sorry, that's as far as