--===============1909075845== Content-Type: multipart/signed; boundary="nextPart30212389.jqzbDaXAhk"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart30212389.jqzbDaXAhk Content-Type: multipart/mixed; boundary="Boundary-01=_DL9jCdVRfNPhaed" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_DL9jCdVRfNPhaed Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, here is a small patch to prevent a crash at startup when the ktexteditor=20 doesn't implement the MarkInterfaceExtension (like kyzis ;), I've just=20 commited an empty MarkInterfaceExtension 10 min ago) Regards, Panard =2D-=20 HomePage: http://dev.inzenet.org/~panard/ Yzis : http://www.yzis.org Qomics : http://dev.inzenet.org/~panard/qomics Smileys : http://smileys.inzenet.org --Boundary-01=_DL9jCdVRfNPhaed Content-Type: text/x-diff; charset="iso-8859-15"; name="quanta-markinterfaceextension-load.h" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="quanta-markinterfaceextension-load.h" Index: quanta/src/document.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- quanta/src/document.cpp (revision 416560) +++ quanta/src/document.cpp (working copy) @@ -176,11 +176,10 @@ iface->setPixmap(KTextEditor::MarkInterface::markType05, SmallIcon("de= bug_currentline")); iface->setDescription(KTextEditor::MarkInterface::markType08, i18n("An= notation")); iface->setPixmap(KTextEditor::MarkInterface::markType08, SmallIcon("st= amp")); + // This is allows user to set breakpoints and bookmarks by clicking or= rightclicking on the icon border. + iface->setMarksUserChangable(KTextEditor::MarkInterface::markType01 + = KTextEditor::MarkInterface::markType02); } =20 =2D // This is allows user to set breakpoints and bookmarks by clicking or= rightclicking on the icon border. =2D iface->setMarksUserChangable(KTextEditor::MarkInterface::markType01 + = KTextEditor::MarkInterface::markType02); =2D tempFile =3D 0; m_tempFileName =3D QString::null; dtdName =3D Project::ref()->defaultDTD(); --Boundary-01=_DL9jCdVRfNPhaed-- --nextPart30212389.jqzbDaXAhk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBCj9LKwZIjOJlW7AERAhAbAJ9ErhJ5NH+5HANR9JngWQc8HOKFBQCeIZsj 3mf0QpU90IAmM35LArAMe8c= =N2bR -----END PGP SIGNATURE----- --nextPart30212389.jqzbDaXAhk-- --===============1909075845== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ quanta-devel mailing list quanta-devel@kde.org https://mail.kde.org/mailman/listinfo/quanta-devel --===============1909075845==--