gnucash stable: Amend last commit "Better fit for some report option widgets in options dialog."

Christopher Lam clam at code.gnucash.org
Fri Aug 2 06:13:34 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/c7df22c3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a626e944 (commit)



commit c7df22c38b89280173dcc7df1fcfb967228d88e5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 2 18:03:57 2024 +0800

    Amend last commit "Better fit for some report option widgets in options dialog."

diff --git a/gnucash/gnome-utils/dialog-options.cpp b/gnucash/gnome-utils/dialog-options.cpp
index 6a56a3c0c0..b24ced1007 100644
--- a/gnucash/gnome-utils/dialog-options.cpp
+++ b/gnucash/gnome-utils/dialog-options.cpp
@@ -217,7 +217,7 @@ create_options_box(GtkBox* content_box)
     gtk_grid_set_column_homogeneous (GTK_GRID(options_box), FALSE);
     gtk_grid_set_row_spacing (GTK_GRID(options_box), 6);
     gtk_grid_set_column_spacing (GTK_GRID(options_box), 6);
-    git_widget_set_halign (GTK_WIDGET(options_box), GTK_ALIGN_START);
+    gtk_widget_set_halign (GTK_WIDGET(options_box), GTK_ALIGN_START);
     
     gtk_container_set_border_width(GTK_CONTAINER(options_box), 0);
     gtk_container_add (GTK_CONTAINER(options_scrolled_win),
diff --git a/gnucash/gnome-utils/gnc-option-gtk-ui.cpp b/gnucash/gnome-utils/gnc-option-gtk-ui.cpp
index 898dda1f28..9dd5fe6ca5 100644
--- a/gnucash/gnome-utils/gnc-option-gtk-ui.cpp
+++ b/gnucash/gnome-utils/gnc-option-gtk-ui.cpp
@@ -20,7 +20,6 @@
  * Boston, MA  02110-1301,  USA       gnu at gnu.org                   *
 \********************************************************************/
 
-#include <__nullptr>
 #include <gnc-option.hpp>
 #include <gnc-option-impl.hpp>
 #include "gnc-option-gtk-ui.hpp"



Summary of changes:
 gnucash/gnome-utils/dialog-options.cpp    | 2 +-
 gnucash/gnome-utils/gnc-option-gtk-ui.cpp | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)



More information about the gnucash-changes mailing list