Ecore: Ecore_X: Init 'property' to a default value (removes compiler

warning).



SVN revision: 59611
This commit is contained in:
Christopher Michael 2011-05-23 07:51:44 +00:00
parent 70c27550cf
commit 0afd034b5c
1 changed files with 1 additions and 1 deletions

View File

@ -1364,7 +1364,7 @@ _ecore_x_event_handle_selection_request(XEvent *xevent)
si = _ecore_x_selection_get(xevent->xselectionrequest.selection);
if (si->data)
{
Ecore_X_Atom property;
Ecore_X_Atom property = None;
Ecore_X_Atom type;
/* Set up defaults for strings first */