Search Criteria
Package Details: myrulib-git 20131116-1
Git Clone URL: | https://aur.archlinux.org/myrulib-git.git (read-only, click to copy) |
---|---|
Package Base: | myrulib-git |
Description: | Home library with lib.rus.ec site support |
Upstream URL: | http://www.lintest.ru/wiki/MyRuLib |
Licenses: | |
Submitter: | lxyd |
Maintainer: | ava1ar |
Last Packager: | ava1ar |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2009-10-15 18:55 |
Last Updated: | 2015-07-10 00:45 |
Latest Comments
student975 commented on 2013-07-21 19:13
The author has resolved the problem - git master head hasn't segfault now.
naszar commented on 2013-07-15 15:20
It is fix segfault... sorry for code, I'm not c++ guru.
-------------------- sources/MyRuLib/frames/FbFrameAuth.cpp --------------------
index 2025c73..18fa5fd 100644
@@ -115,11 +115,11 @@ BEGIN_EVENT_TABLE(FbFrameAuth, FbFrameBase)
EVT_FB_COUNT(ID_BOOKS_COUNT, FbFrameAuth::OnBooksCount)
EVT_COMMAND(ID_MODEL_NUMBER, fbEVT_BOOK_ACTION, FbFrameAuth::OnNumber)
END_EVENT_TABLE()
FbFrameAuth::FbFrameAuth(wxAuiNotebook * parent, bool select)
- : FbFrameBase(parent, ID_FRAME_AUTH, GetTitle(), select)
+ : FbFrameBase(parent, ID_FRAME_AUTH, (const wxString) _("Authors"), select)
{
wxPanel * panel = new wxPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
wxBoxSizer * sizer = new wxBoxSizer( wxVERTICAL );
naszar commented on 2013-07-15 15:19
It is fix segfault... sorry for code, I'm not c++ guru.
-------------------- sources/MyRuLib/frames/FbFrameAuth.cpp --------------------
index 2025c73..18fa5fd 100644
@@ -115,11 +115,11 @@ BEGIN_EVENT_TABLE(FbFrameAuth, FbFrameBase)
EVT_FB_COUNT(ID_BOOKS_COUNT, FbFrameAuth::OnBooksCount)
EVT_COMMAND(ID_MODEL_NUMBER, fbEVT_BOOK_ACTION, FbFrameAuth::OnNumber)
END_EVENT_TABLE()
FbFrameAuth::FbFrameAuth(wxAuiNotebook * parent, bool select)
- : FbFrameBase(parent, ID_FRAME_AUTH, GetTitle(), select)
+ : FbFrameBase(parent, ID_FRAME_AUTH, (const wxString) _("Authors"), select)
{
wxPanel * panel = new wxPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
wxBoxSizer * sizer = new wxBoxSizer( wxVERTICAL );
lxyd commented on 2011-10-10 21:29
Cleand up the mess in PKGBUILD
lxyd commented on 2011-09-29 21:30
The bug is fixed now, please update.
lxyd commented on 2011-09-28 18:15
Hi,
I forwarded a report to the developer. So, lets wait.
Thank you!
eugenez commented on 2011-09-28 13:50
after updating sqlite3 3.7.7.1 to 3.7.8 sqlite errors appears:
E> SQLITE_ERROR[1]: misuse of aggregate: MAX()
E> SQLITE_MISUSE[21]: Error binding int param
E> SQLITE_OK[0]: misuse of aggregate: MAX()
and no books displays in appropriate place