Hi,
I'm preparing gnucash-2.2.9 packages for Ubuntu, and see all the patches we applied to our previous 2.2.6 packages can be dropped (they come from you, so it's no wonder). However, par of the patch that we applied to src/register/register-gnome/gnucash-sheet.c isn't applied in 2.2.9 - you're keeping the 2.2.6 line without the changes from the patches (the part that's not applied it in the attachment to this message.)

Since the rest of the part is applied in 2.2.9, could you please tell me if I should patch 2.2.9, or keep it as your original 2.2.9 tarball?

Cheers,
Loïc

P.S.: please CC me because I'm not subscribed to the list.
--- gnucash-2.2.9.orig/src/register/register-gnome/gnucash-sheet.c
+++ gnucash-2.2.9/src/register/register-gnome/gnucash-sheet.c
@@ -2367,7 +2367,8 @@
         sheet->width = 0;
         sheet->height = 0;
 
-        sheet->cursor_styles = g_hash_table_new (g_str_hash, g_str_equal);
+        sheet->cursor_styles = g_hash_table_new_full (g_str_hash, g_str_equal,
+                                                     g_free, NULL);
 
         sheet->blocks = g_table_new (sizeof (SheetBlock),
                                      gnucash_sheet_block_construct,
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to