! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Misleading trace statement in placement.c
Status:
RESOLVED: FIXED
Priority:
Very Low
Severity:
trivial

Comments

Description Michael Orlitzky 2011-04-28 18:17:11 CEST
The trace statement in the mousePlacement function looks like it was copied from centerPlacement and never changed:

static void
mousePlacement (...)
{
    g_return_if_fail (c != NULL);
    TRACE ("entering centerPlacement");
Comment 1 Jérôme Guelfucci editbugs 2012-11-06 21:24:05 CET
Thank you for your bug report, fixed in master 28649d3.

Bug #7547

Reported by:
Michael Orlitzky
Reported on: 2011-04-28
Last modified on: 2012-11-06

People

Assignee:
Olivier Fourdan
CC List:
1 user

Version

Attachments

Additional information