Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:raulgs:gtk2_win
mingw32-abiword
abiword-3.0.2-string.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File abiword-3.0.2-string.patch of Package mingw32-abiword
--- abiword-3.0.2/src/wp/ap/win/ap_Win32Dialog_Lists.cpp 2013-04-07 15:53:03.000000000 +0200 +++ abiword-3.0.2/src/wp/ap/win/ap_Win32Dialog_Lists.cpp 2016-10-21 08:19:00.421759712 +0200 @@ -1112,10 +1112,10 @@ return; } - const gchar* pszFont; + std::string szFont; - if (pDialog->getChangedFontFamily(&pszFont)) + if (pDialog->getChangedFontFamily(szFont)) /* @@ -1145,7 +1145,7 @@ { setDirty(); - copyCharToFont(pszFont); + copyCharToFont(szFont); _previewExposed(); _enableControls();
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor