diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:57:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:57:11 +0000 |
commit | 0fecce5bf33f1a0a6ff7e1ae37ded6fb75030995 (patch) | |
tree | 4cf0292fc2a7369e6a50a9432bb8cc27273ac335 /vcl | |
parent | bd133407f0a58da8f13d53140084996d319a1610 (diff) |
INTEGRATION: CWS vcl68 (1.82.10); FILE MERGED
2006/10/17 08:54:02 pl 1.82.10.1: #i70489# fix a remainder from multiscreen support
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/saldisp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/saldisp.cxx b/vcl/unx/source/app/saldisp.cxx index b4e7dc28c109..8d0f319b8026 100644 --- a/vcl/unx/source/app/saldisp.cxx +++ b/vcl/unx/source/app/saldisp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: saldisp.cxx,v $ * - * $Revision: 1.84 $ + * $Revision: 1.85 $ * - * last change: $Author: obo $ $Date: 2006-10-17 14:01:51 $ + * last change: $Author: vg $ $Date: 2006-11-01 14:57:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1110,7 +1110,7 @@ bHandleStartupNotification if ( bHandleStartupNotification ) { m_pSnDisplay = sn_display_new( pDisp_, SnErrorTrapPush, SnErrorTrapPop ); - m_pSnLauncheeContext = sn_launchee_context_new_from_environment( m_pSnDisplay, nScreen_ ); + m_pSnLauncheeContext = sn_launchee_context_new_from_environment( m_pSnDisplay, m_nDefaultScreen ); # ifdef DBG_UTIL if( !m_pSnLauncheeContext ) fprintf( stderr, "Failed to get launch feedback info from " |