[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/unx
Tomáš Chvátal
tchvatal at suse.com
Thu Jan 7 05:50:00 PST 2016
vcl/unx/gtk/gtksalframe.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 795324d953e54b8e42d34ce577feee8559b9226d
Author: Tomáš Chvátal <tchvatal at 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 <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/21195
Tested-by: Jenkins <ci at 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;
More information about the Libreoffice-commits
mailing list