[xwl] Return c++ version of true in method
Test Plan: Compiles Reviewers: #kwin, zzag Reviewed By: #kwin, zzag Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D24850
This commit is contained in:
parent
3faeb543a7
commit
e8fe59323d
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ bool TransferXtoWl::handleSelectionNotify(xcb_selection_notify_event_t *event)
|
|||
// second selection notify element - misbehaving source
|
||||
|
||||
// TODO: cancel this transfer?
|
||||
return True;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (event->target == atoms->netscape_url) {
|
||||
|
|
Loading…
Reference in a new issue