[Libreoffice-commits] core.git: vcl/unx
Tomáš Chvátal
tchvatal at suse.com
Wed Jan 6 14:05:32 PST 2016
vcl/unx/gtk/gtksalframe.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b7f301a7d9fed5f61067f6de499e565274b5aab4
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>
diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx
index 4865467..29d5bca 100644
--- a/vcl/unx/gtk/gtksalframe.cxx
+++ b/vcl/unx/gtk/gtksalframe.cxx
@@ -83,8 +83,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