e: Fix uninitialized variable warning

SVN revision: 83800
This commit is contained in:
Mike McCormack 2013-02-10 03:00:00 +00:00
parent 32a1790343
commit 63aef25ad1
1 changed files with 1 additions and 1 deletions

View File

@ -7378,7 +7378,7 @@ _e_fm_drag_key_down_cb(E_Drag *drag, Ecore_Event_Key *e)
static void
_e_fm_drag_key_up_cb(E_Drag *drag, Ecore_Event_Key *e)
{
Ecore_X_Atom act;
Ecore_X_Atom act = ECORE_X_ATOM_XDND_ACTION_MOVE;
/* Default action would be move. ;) */
if (!strncmp(e->keyname, "Alt", 3))