mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-14 15:48:23 +02:00
Merge branch 'deltecent-rdlibrary'
This commit is contained in:
commit
740f448ed3
@ -18490,3 +18490,6 @@
|
|||||||
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
|
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Dropped the 'RDLIBRARY.INSTANCE' field from the database.
|
* Dropped the 'RDLIBRARY.INSTANCE' field from the database.
|
||||||
* Incremented the database version to 306.
|
* Incremented the database version to 306.
|
||||||
|
2019-02-19 Patrick Linstruth <patrick@deltecent.com>
|
||||||
|
* Fixed a bug in rdlibrary(1) where double-clicking outside of
|
||||||
|
the list would cause a segfault.
|
||||||
|
@ -1011,7 +1011,9 @@ void MainWidget::cartDoubleclickedData(Q3ListViewItem * item,const QPoint &,int)
|
|||||||
// want (the current status), it will put it back to what we do want. There is probably
|
// want (the current status), it will put it back to what we do want. There is probably
|
||||||
// a Qt way of doing this which should probably be addressed at a later date.
|
// a Qt way of doing this which should probably be addressed at a later date.
|
||||||
//
|
//
|
||||||
item->setOpen(!item->isOpen());
|
if(item!=NULL) {
|
||||||
|
item->setOpen(!item->isOpen());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user