From 28abfe9f2d656051f4a48ef11d3dac80810b97a4 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 19 Aug 2007 14:54:55 +0000 Subject: [PATCH] remove unref - see comment in diff SVN revision: 31401 --- src/bin/e_eap_editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_eap_editor.c b/src/bin/e_eap_editor.c index 2a1f3797d..3513faf1e 100644 --- a/src/bin/e_eap_editor.c +++ b/src/bin/e_eap_editor.c @@ -686,7 +686,8 @@ _e_desktop_edit_cb_icon_select_destroy(void *obj) E_Dialog *dia = obj; E_Config_Dialog_Data *cfdata = dia->data; - e_object_unref(E_OBJECT(dia)); +/* extra unref isn't needed - there is no extra ref() anywhere i saw */ +/* e_object_unref(E_OBJECT(dia));*/ _e_desktop_edit_cb_icon_select_cancel(cfdata, NULL); }