Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294444 Details for
Bug 432147
Patch for ots 0.5.0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This patch adapts the tools/ots plugin for the update API in 0.5.0 (just a type-cast).
abiword-2.4.6-ots050.patch (text/plain), 790 bytes, created by
Peter Gordon
on 2008-02-09 03:06:06 UTC
(
hide
)
Description:
This patch adapts the tools/ots plugin for the update API in 0.5.0 (just a type-cast).
Filename:
MIME Type:
Creator:
Peter Gordon
Created:
2008-02-09 03:06:06 UTC
Size:
790 bytes
patch
obsolete
>diff -up ./abiword-plugins/tools/ots/xp/AbiOts.cpp.old ./abiword-plugins/tools/ots/xp/AbiOts.cpp >--- ./abiword-plugins/tools/ots/xp/AbiOts.cpp.old 2008-02-08 16:35:21.000000000 -0800 >+++ ./abiword-plugins/tools/ots/xp/AbiOts.cpp 2008-02-08 16:37:50.000000000 -0800 >@@ -95,7 +95,7 @@ AbiOts_invoke(AV_View* v, EV_EditMethodC > const char * dictionary_file = XAP_EncodingManager::get_instance()->getLanguageISOName(); > > OtsArticle * article = ots_new_article (); >- if (!ots_load_xml_dictionary (article, dictionary_file)) >+ if (!ots_load_xml_dictionary (article, reinterpret_cast<unsigned const char *>(dictionary_file))) > { > ots_free_article (article); > pFrame->showMessageBox("Ots: could not load dictionary!", XAP_Dialog_MessageBox::b_O,XAP_Dialog_MessageBox::a_OK);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432147
: 294444