From 95693a9172d095eb51ac9ea70da0948cc8f3d9cf Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Sun, 2 Jul 2017 10:13:22 +0100 Subject: [PATCH] Remove Gtk3.14 deprecated function, it does not do any thing --- src/gnome-utils/gnc-main-window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index e3ee44ddf3..fd96c54ea3 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -3004,7 +3004,6 @@ gnc_main_window_open_page (GncMainWindow *window, gtk_widget_get_preferred_size (close_image, &requisition, NULL); gtk_widget_set_size_request(close_button, requisition.width + 4, requisition.height + 2); - gtk_button_set_alignment(GTK_BUTTON(close_button), 0.5, 0.5); gtk_container_add(GTK_CONTAINER(close_button), close_image); if (gnc_prefs_get_bool(GNC_PREFS_GROUP_GENERAL, GNC_PREF_SHOW_CLOSE_BUTTON)) gtk_widget_show (close_button);