From 6480b614aa4982ef363111aeac4fb50e6da330bb Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Thu, 31 Mar 2016 18:48:23 +0200 Subject: [PATCH] renaming --- post_frame.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post_frame.lua b/post_frame.lua index 048b226..94e956a 100644 --- a/post_frame.lua +++ b/post_frame.lua @@ -627,7 +627,7 @@ function private.validate_parameters() private.post_button:Enable() end -function private.update_recommendation() +function private.update_item_configuration() if not selected_item then private.refresh_button:Disable() @@ -941,7 +941,7 @@ function public.on_update() refresh = false private.price_update() private.update_historical_value_button() - private.update_recommendation() + private.update_item_configuration() private.update_inventory_listing() private.update_auction_listing() end