ifdef not ifndef

This commit is contained in:
Dana Jansens 2003-04-13 23:43:18 +00:00
parent 580795fe6a
commit 4d06971322

View file

@ -2099,7 +2099,7 @@ gboolean client_focus(Client *self)
void client_unfocus(Client *self)
{
g_assert(focus_client == self);
#ifndef DEBUG_FOCUS
#ifdef DEBUG_FOCUS
g_message("client_unfocus");
#endif
focus_fallback(Fallback_Unfocusing);