summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2025-06-11 08:20:21 +0200
committerPapoteur <papoteur@mageia.org>2025-06-11 08:47:55 +0200
commit13df2cdc0382bb9aee3de910259d023ff7f0e628 (patch)
tree18d10a20cea496d0e666992f29b28800d8e6ccd5 /src
parent6e01db0c74bb3993f17e491118fd1fcf34599814 (diff)
downloadmageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar
mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar.gz
mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar.bz2
mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar.xz
mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.zip
Cleaning
Update a comment
Diffstat (limited to 'src')
-rw-r--r--src/ui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui.py b/src/ui.py
index 4a219b8..c0bcd91 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -778,7 +778,6 @@ class AppListPage(QWidget):
self.parent = parent
self.group = group
self.list_layout = QVBoxLayout()
- print(len(AppList))
for index in range(len(AppList)):
item = AppList[index]
if group in item["group"]:
@@ -1047,10 +1046,9 @@ class ApplistItem(QWidget, Commands):
def installation(self, args):
self.install(args)
- # Give the signal to reload the app widget
+ # Reload the app widget also in other tabs
self.parent.update_item(self, self.index)
for group in self.group.split(" "):
- print(f"Group {group} / {self.group}")
if group != self.parent.group:
self.parent.update_wide_item(self.index)