vcl/unx/gtk/gtksalframe.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 795324d953e54b8e42d34ce577feee8559b9226d Author: Tomáš Chvátal <tchva...@suse.com> Date: Tue Jan 5 11:27:36 2016 +0100 Fix build with gtk2 older than 2.20 by using the old definition Change-Id: I3355d25f04a3c57063fd3d03e72a75da32e16efc Reviewed-on: https://gerrit.libreoffice.org/21109 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/21195 Tested-by: Jenkins <c...@libreoffice.org> diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx index 1d5c897..2ca581c 100644 --- a/vcl/unx/gtk/gtksalframe.cxx +++ b/vcl/unx/gtk/gtksalframe.cxx @@ -82,8 +82,8 @@ #include <config_folders.h> -#define IS_WIDGET_REALIZED gtk_widget_get_realized -#define IS_WIDGET_MAPPED gtk_widget_get_mapped +#define IS_WIDGET_REALIZED GTK_WIDGET_REALIZED +#define IS_WIDGET_MAPPED GTK_WIDGET_MAPPED using namespace com::sun::star;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits