From 84aa0f36e5d09074709cc7bc3300db8468c2e217 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 23 Sep 2010 00:22:11 -0700 Subject: [PATCH] say thank you, comex :P. animation for editing bar button item for sections. --- Cydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cydia.mm b/Cydia.mm index 65877694..c9254f4d 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -6898,7 +6898,7 @@ freeing the view controllers on tab change */ target:self action:@selector(editButtonClicked) ]; - [[self navigationItem] setRightBarButtonItem:rightItem]; + [[self navigationItem] setRightBarButtonItem:rightItem animated:[[self navigationItem] rightBarButtonItem] != nil]; [rightItem release]; [list_ reloadData]; -- 2.47.2