aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/wxe_impl.cpp
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-01-21 16:01:33 +0100
committerDan Gudmundsson <[email protected]>2014-01-21 16:01:33 +0100
commitf836096cb383c6a3c5c91956ded5bd4e2772bcd2 (patch)
tree293fd589d9bab7505ef7d4a6cb2dbb82c69b01e7 /lib/wx/c_src/wxe_impl.cpp
parentdf47401bc897afc1b3929fc32426fcb0d0c00d0a (diff)
parent31172443bfc849b879385d7ee0d2ea8019c32307 (diff)
downloadotp-f836096cb383c6a3c5c91956ded5bd4e2772bcd2.tar.gz
otp-f836096cb383c6a3c5c91956ded5bd4e2772bcd2.tar.bz2
otp-f836096cb383c6a3c5c91956ded5bd4e2772bcd2.zip
Merge branch 'maint'
Diffstat (limited to 'lib/wx/c_src/wxe_impl.cpp')
-rw-r--r--lib/wx/c_src/wxe_impl.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/wx/c_src/wxe_impl.cpp b/lib/wx/c_src/wxe_impl.cpp
index 4968075659..cc9bcc9957 100644
--- a/lib/wx/c_src/wxe_impl.cpp
+++ b/lib/wx/c_src/wxe_impl.cpp
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 2008-2013. 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
@@ -195,9 +195,8 @@ void meta_command(int what, wxe_data *sd) {
wxeCommand *Cmd = new wxeCommand(WXE_DEBUG_PING, NULL, 0, sd);
wxe_batch->Append(Cmd);
erl_drv_cond_signal(wxe_batch_locker_c);
- } else {
- wxWakeUpIdle();
}
+ wxWakeUpIdle();
erl_drv_mutex_unlock(wxe_batch_locker_m);
} else {
if(sd) {