Bugzilla – Attachment 72033 Details for
Bug 156487
hugin segfaults when closing file dialog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
hugin-0.5-filedialog-close-crash.patch
hugin-0.5-filedialog-close-crash.patch (text/plain), 651 bytes, created by
Michal Marek
on 2006-03-09 16:17:21 UTC
(
hide
)
Description:
hugin-0.5-filedialog-close-crash.patch
Filename:
MIME Type:
Creator:
Michal Marek
Created:
2006-03-09 16:17:21 UTC
Size:
651 bytes
patch
obsolete
>--- src/hugin/MainFrame.cpp >+++ src/hugin/MainFrame.cpp >@@ -696,11 +696,6 @@ > new wxAddImagesCmd(pano,filesv) > ); > } >- } else { >- // nothing to open >- SetStatusText( _("Add Image: cancel")); >- } >- > DEBUG_INFO ( wxString::Format(wxT("img_ext: %d"), dlg.GetFilterIndex()).mb_str() ) > // save the image extension > switch ( dlg.GetFilterIndex() ) { >@@ -709,6 +704,11 @@ > case 2: config->Write(wxT("lastImageType"), wxT("all files")); break; > } > >+ } else { >+ // nothing to open >+ SetStatusText( _("Add Image: cancel")); >+ } >+ > DEBUG_TRACE(""); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 156487
:
71990
| 72033