From 73fe0e955feb44c6575ec5b6656ccd9e0b2edaa5 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 18 Feb 2018 21:51:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/AppMarket/Main.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Applications/AppMarket/Main.lua b/Applications/AppMarket/Main.lua index e094a6da..66abff90 100644 --- a/Applications/AppMarket/Main.lua +++ b/Applications/AppMarket/Main.lua @@ -1155,14 +1155,14 @@ editPublication = function(initialPublication) }) if success then - window.tabBar.selectedItem = categoryComboBox.selectedItem + window.tabBar.selectedItem = categoryComboBox.selectedItem + 1 if initialPublication then newPublicationInfo(nameInput.text) else config.orderBy = 3 saveConfig() - updateFileList(window.tabBar.selectedItem) + updateFileList(categoryComboBox.selectedItem) end else GUI.error(reason) @@ -1671,9 +1671,9 @@ lastMethod = statistics if args[1] == "updates" then lastArguments = {nil, true} - window.tabBar.selectedItem = #categories + 1 + window.tabBar.selectedItem = #categories + 2 else - lastArguments = {1} + lastArguments = {} end window:resize(window.width, window.height) \ No newline at end of file