discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f9f7f001c9391511be964777527122225f7a04ee
commit f9f7f001c9391511be964777527122225f7a04ee Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri Mar 13 17:29:34 2015 -0400 use correct wayland ifdef for E_Client uuid generation --- src/bin/e_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 807872e..ae97102 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -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 --