From c8bcd40efd9b90978774b7bcd265c1f8d4bba8be Mon Sep 17 00:00:00 2001 From: sebastid Date: Tue, 15 Feb 2005 11:50:12 +0000 Subject: [PATCH] Text. SVN revision: 13370 --- src/bin/e_int_menus.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index 95187acad..ea8454d0a 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -459,9 +459,7 @@ _e_int_menus_clients_pre_cb(void *data, E_Menu *m) mi = e_menu_item_new(m); e_menu_item_check_set(mi, 1); e_menu_item_label_set(mi, bd->client.icccm.title); - /* ref the border as we implicitly ref it in the callback */ - /* SUSPICION: does the unref for this actually sometimes not get */ - /* called? coudl this be the dangling borders issue? */ + /* ref the border as we implicitly unref it in the callback */ e_object_ref(E_OBJECT(bd)); e_menu_item_callback_set(mi, _e_int_menus_clients_item_cb, bd); if (!bd->iconic) e_menu_item_toggle_set(mi, 1);