mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 15:11:28 +01:00
Fixed conflict in 'ChangeLog'
This commit is contained in:
@@ -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());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user