From 59299b9822307e1e282caf5dad616e4d2ff3be82 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 10 May 2004 14:53:24 +0000
Subject: INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/03/01 13:33:56 pl
1.2.2.1: first step in SalDisplay cleanup
---
vcl/unx/gtk/window/gtkobject.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'vcl/unx')
diff --git a/vcl/unx/gtk/window/gtkobject.cxx b/vcl/unx/gtk/window/gtkobject.cxx
index 4338ee8762f9..e2e703e128c2 100644
--- a/vcl/unx/gtk/window/gtkobject.cxx
+++ b/vcl/unx/gtk/window/gtkobject.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gtkobject.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-02-20 08:54:15 $
+ * last change: $Author: hr $ $Date: 2004-05-10 15:53:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ GtkSalObject::GtkSalObject( GtkSalFrame* pParent )
gtk_widget_set_app_paintable( m_pSocket, TRUE );
//system data
- SalDisplay* pDisp = GetSalData()->GetDefDisp();
+ SalDisplay* pDisp = GetSalData()->GetDisplay();
m_aSystemData.pDisplay = pDisp->GetDisplay();
m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pSocket->window);
m_aSystemData.pSalFrame = NULL;
--
cgit