use correct wayland ifdef for E_Client uuid generation

This commit is contained in:
Mike Blumenkrantz 2015-03-13 17:29:34 -04:00
parent 34d906fa42
commit f9f7f001c9
1 changed files with 1 additions and 1 deletions

View File

@ -2418,7 +2418,7 @@ e_client_new(E_Pixmap *cp, int first_map, int internal)
if (!ec) return NULL;
e_object_del_func_set(E_OBJECT(ec), E_OBJECT_CLEANUP_FUNC(_e_client_del));
#ifdef HAVE_WAYLAND_CLIENTS
#ifdef HAVE_WAYLAND
uuid_generate(ec->uuid);
#endif