[Digikam-devel] [Bug 132957] Crash using dcop action: album_forward
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Aug 25 14:33:10 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=132957
marcel.wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcel.wiesweg gmx de 2006-08-25 15:33 -------
SVN commit 577073 by mwiesweg:
Set this to 0 as in the other similar methods
BUG: 132957
M +2 -1 NEWS
M +3 -0 digikam/albumhistory.cpp
--- trunk/extragear/graphics/digikam/NEWS #577072:577073
@ -236,6 +236,7 @
142 ==> 128817 : configure timestamp naming format for directory names.
143 ==> 132660 : Shortcuts for ratings do not work as of 0.9.x beta.
144 ==> 126874 : digikam does not support <shift+del>.
-145 ==>
+145 ==> 132957 : Crash using dcop action: album_forward
+146 ==>
----------------------------------------------------------------------------------------------------
--- trunk/extragear/graphics/digikam/digikam/albumhistory.cpp #577072:577073
@ -268,6 +268,9 @
void AlbumHistory::forward(Album **album, QWidget **widget, unsigned int steps)
{
+ *album = 0;
+ *widget = 0;
+
if(m_forwardStack->isEmpty() || steps > m_forwardStack->count())
return;
More information about the Digikam-devel
mailing list