aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_wx_view.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-02-14 09:57:19 +0100
committerDan Gudmundsson <[email protected]>2014-02-14 09:57:19 +0100
commit26b83d85f82a0ff59821eeb7ccecc5d57a767ce5 (patch)
treebbd0b4075a9fe3cc7ea8b7e70b02ac89540419b8 /lib/debugger/src/dbg_wx_view.erl
parent50093842d6e916a76e4ed42263b1b3f9489d896e (diff)
parenta822ec31a9148dd1e88fd3090f48559924a55eba (diff)
downloadotp-26b83d85f82a0ff59821eeb7ccecc5d57a767ce5.tar.gz
otp-26b83d85f82a0ff59821eeb7ccecc5d57a767ce5.tar.bz2
otp-26b83d85f82a0ff59821eeb7ccecc5d57a767ce5.zip
Merge branch 'dgud/misc-cleanup'
* dgud/misc-cleanup: dbg: Remove debug printouts and fix file dialog sasl: Fix testcase which didn't work on windows gs: Minor doc fix, gs is deprecated
Diffstat (limited to 'lib/debugger/src/dbg_wx_view.erl')
-rw-r--r--lib/debugger/src/dbg_wx_view.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugger/src/dbg_wx_view.erl b/lib/debugger/src/dbg_wx_view.erl
index 6242b9d0e0..fc7ffc0d56 100644
--- a/lib/debugger/src/dbg_wx_view.erl
+++ b/lib/debugger/src/dbg_wx_view.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2011. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -72,7 +72,7 @@ init(GS, Env, Mod, Title) ->
Win2,
int:all_breaks(Mod)),
- try loop(#state{gs=GS, win=Win3, coords={0,0}, mod=Mod})
+ try loop(#state{gs=GS, win=Win3, coords={-1,-1}, mod=Mod})
catch _E:normal ->
exit(normal);
_E:_R ->