Skip to content

Commit

Permalink
Backport [27360] to 024-fixes. Move the gesture debugging to VB_GUI i…
Browse files Browse the repository at this point in the history
…nstead of VB_IMPORTANT.

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-24-fixes@27361 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
stuartm committed Nov 27, 2010
1 parent 473ffae commit d965755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythmainwindow.cpp
Expand Up @@ -1933,7 +1933,7 @@ void MythMainWindow::customEvent(QEvent *ce)
if (screen)
screen->gestureEvent(ge);
}
VERBOSE(VB_IMPORTANT, QString("Gesture: %1")
VERBOSE(VB_GUI, QString("Gesture: %1")
.arg(QString(*ge).toLocal8Bit().constData()));
}
else if (ce->type() == MythEvent::kExitToMainMenuEventType &&
Expand Down

0 comments on commit d965755

Please sign in to comment.