remove a kind of typo in E_ZONE_GEOMETRY atom string.

Test Plan: N/A

Reviewers: devilhorns, zmike

Reviewed By: devilhorns, zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2833
This commit is contained in:
Seunghun Lee 2015-07-17 15:04:39 -04:00 committed by Mike Blumenkrantz
parent bf993c6eee
commit faacad29dc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ e_atoms_init(void)
"__E_ATOM_WINDOW_STATE",
"__E_ATOM_WINDOW_STATE_CENTERED",
"__E_ATOM_DESKTOP_FILE",
"E_ZONE_GEOMETRY,",
"E_ZONE_GEOMETRY",
"WL_SURFACE_ID"
};
Ecore_X_Atom atoms[EINA_C_ARRAY_LENGTH(atom_names)];