tags 326447 + patch fixed pending
thanks

On 9/3/05, Stanislav Maslovski <[EMAIL PROTECTED]> wrote:
> Package: imview
> Version: 1.1.8-1
> Severity: important
> 
> 
> To reproduce the bug:
> Run the program (with no parameters) and then choose from the menu
> "Edit" -> "Quick options" -> "Display mode" ->
> then any of the "Fit image..", "De-couple..", "Fullscreen" options
> and get a segfault.
> 
> With an image loaded into the viewer this does not happen.

Thanks for the report, I believe the following patch fixes this
problem. It will be included in the next upload, which will probably
happen soon.

Teemu

--- orig/imageViewer.cxx
+++ mod/imageViewer.cxx
@@ -162,6 +162,9 @@

     // must call this:
     end();
+
+    parentWindow = (imviewWindow *)parent();
+
 }

 imageViewer::~imageViewer()

Reply via email to