it is no longer possible to add blank edge bindings

SVN revision: 79712
This commit is contained in:
Mike Blumenkrantz 2012-11-26 12:56:58 +00:00
parent 6fb9514d9e
commit f1aeea751f
1 changed files with 1 additions and 0 deletions

View File

@ -946,6 +946,7 @@ _edge_grab_wnd_cb_apply(void *data, E_Dialog *dia __UNUSED__)
E_Config_Dialog_Data *cfdata;
cfdata = data;
if (!cfdata->locals.edge) return;
_edge_grab_wnd_selection_apply(cfdata);
_edge_grab_wnd_hide(cfdata);
}