texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Thu, 21 Dec 2023 16:37:01 -0500 (EST)

branch: master
commit 41de5626d90c54b4fe319c7e01b76685a50937d7
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Dec 21 22:20:18 2023 +0100

    * tp/Texinfo/XS/convert/convert_html.c (html_format_button_function):
    use default_panel_button_dynamic_direction_section_footer and
    default_panel_button_dynamic_direction C functions for dynamic buttons
    formatting.
---
 ChangeLog                            | 7 +++++++
 tp/Texinfo/XS/convert/convert_html.c | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c27c9d6ebf..93606c5ea9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-12-21  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/convert/convert_html.c (html_format_button_function):
+       use default_panel_button_dynamic_direction_section_footer and
+       default_panel_button_dynamic_direction C functions for dynamic buttons
+       formatting.
+
 2023-12-21  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/convert/convert_html.c (external_node_href): call
diff --git a/tp/Texinfo/XS/convert/convert_html.c 
b/tp/Texinfo/XS/convert/convert_html.c
index 2e64e114da..f46339a8bb 100644
--- a/tp/Texinfo/XS/convert/convert_html.c
+++ b/tp/Texinfo/XS/convert/convert_html.c
@@ -6637,8 +6637,8 @@ default_panel_button_dynamic_direction_section_footer 
(CONVERTER *self,
 FORMATTED_BUTTON_INFO * (*html_format_button_function[]) (CONVERTER *self,
                                int direction, const ELEMENT *element) = {
  0,
- 0,
- 0,
+ &default_panel_button_dynamic_direction_section_footer,
+ &default_panel_button_dynamic_direction_node_footer,
  &default_panel_button_dynamic_direction,
  0
 };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]