Summary: | Crash when trying to view the content of a directory | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Karai Csaba <cskarai> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, faure |
Priority: | NOR | ||
Version First Reported In: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Karai Csaba
2008-05-06 01:19:56 UTC
I've set David Faure to CC... Can you still reproduce this bug with a recent KDE (4.1.4 / 4.2beta2 / 4.2rc1 / 4.2svn / 4.3svn) ? Thanks :) I see, you're passing a null parent widget, and dolphinpart does parentWidget->window(). I'll fix this in dolphinpart, but I would suggest passing a parent widget anyway (well unless you put it into a layout later on, like Qt4 examples do...) SVN commit 916972 by dfaure: Don't crash if parentWidget is 0 (even though I don't recommend setting it to 0, the dirlister mainwindow won't be set if you reparent the widget later on) BUG: 161681 M +3 -1 dolphinpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=916972 |