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
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
2 matches
Mail list logo