[bt-devel] [ bibletime-Bugs-2894070 ] Print -> Reference with text opens Save dialog

SourceForge.net noreply at sourceforge.net
Sat Nov 14 13:26:20 MST 2009


Bugs item #2894070, was opened at 2009-11-08 01:58
Message generated for change (Settings changed) made by gholmlund
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=2894070&group_id=954

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Eeli Kaikkonen (eelik)
>Assigned to: Gary  Holmlund (gholmlund)
Summary: Print -> Reference with text opens Save dialog

Initial Comment:
In Bible window Print->Reference with text opens Save dialog. If I cancel it, Print dialog is open. The error is probably somewhere in cbiblereadwindow.cpp. There are lines:

m_actions.print.reference = m_actionCollection->action("saveReferenceWithText");
    QObject::connect(m_actions.print.reference, SIGNAL(triggered()), this, SLOT(printAnchorWithText()) );
    addAction(m_actions.print.reference);

Which is obviously wrong (saveReference... printAnchor...). If I change the action name to "printReferenceWithText" it works correctly but RMB menu item is empty string.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=2894070&group_id=954



More information about the bt-devel mailing list