View Issue Details

IDProjectCategoryView StatusLast Update
0002415DarkRadiantDesign/Codingpublic28.05.2011 06:53
Reportermattn Assigned Togreebo  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version1.4.0 
Target Version1.5.0Fixed in Version1.5.0 
Summary0002415: potential segfault
Descriptionin TexTool::populateWindow() you call:

textoolbar->unset_flags(Gtk::CAN_FOCUS);

but textoolbar can be NULL and this is checked a few lines below this statement. the focus stuff should be moved into that conditional.
Steps To Reproduceremove the textool from the menu xml file
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
05.11.2010 18:59 mattn New Issue
06.11.2010 05:54 greebo Status new => acknowledged
06.12.2010 10:12 greebo Assigned To => greebo
06.12.2010 10:12 greebo Status acknowledged => assigned
06.12.2010 10:12 greebo Target Version => 1.5.0
06.12.2010 11:34 greebo Status assigned => resolved
06.12.2010 11:34 greebo Fixed in Version => 1.5.0
06.12.2010 11:34 greebo Resolution open => fixed
28.05.2011 06:53 greebo Status resolved => closed