[bt-devel] [ bibletime-Bugs-2894070 ] Print -> Reference with text opens Save dialog
SourceForge.net
noreply at sourceforge.net
Sun Nov 8 02:58:11 MST 2009
Bugs item #2894070, was opened at 2009-11-08 09:58
Message generated for change (Tracker Item Submitted) made by eelik
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Eeli Kaikkonen (eelik)
Assigned to: Nobody/Anonymous (nobody)
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