Bug#1043589: Patch available

2023-08-18 Thread mvo
Hey, Thanks a lot for the patch! I commited it to the upstream git repo and it will be part of my next upload. Cheers, Michael On Thu, Aug 17, 2023, at 14:14, Alexander V. Makartsev wrote: > Patch for this bug. > > -- > With kindest regards, Alexander. > Attachments: > * component-column-fix.pa

Bug#1043589: Patch available

2023-08-17 Thread Alexander V. Makartsev
Patch for this bug. -- With kindest regards, Alexander.--- a/gtk/gtkpkglist.cc +++ b/gtk/gtkpkglist.cc @@ -427,9 +427,9 @@ g_value_set_string(value, str); break; case COMPONENT_COLUMN: - str = pkg->component().c_str(); - if(str) - g_value_set_string(value, str); + cp