also fix wp2 close button to not crash

This commit is contained in:
Mike Blumenkrantz 2014-02-14 15:49:38 -05:00
parent 3121ae65a9
commit 964ebfb5d7
1 changed files with 2 additions and 2 deletions

View File

@ -965,7 +965,7 @@ _resize(E_Win *wn)
static void
_delete(E_Win *wn __UNUSED__)
{
wp_conf_hide();
e_object_del(E_OBJECT(global_info->win));
}
static void
@ -1025,7 +1025,7 @@ _apply(void *data, void *data2 __UNUSED__)
static void
_close(void *data __UNUSED__, void *data2 __UNUSED__)
{
wp_conf_hide();
e_object_del(E_OBJECT(global_info->win));
}
static void