Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after closing search result tab #704

Closed
armagansalman opened this issue Aug 30, 2020 · 2 comments
Closed

Error after closing search result tab #704

armagansalman opened this issue Aug 30, 2020 · 2 comments
Labels
bug Bug reports.

Comments

@armagansalman
Copy link

Describe the bug
After scanning, trying to close the results tab gives an error.

To Reproduce
Steps to reproduce the behavior:

  1. Scan some directories
  2. Click on close button on search result tab
  3. See error

Expected behavior
Results tab should close and focus should go to other tab.

Desktop (please complete the following information):

  • OS: Linux Mint 19.3 Tricia

Additional context
Error Report:

Application Name: dupeGuru
Version: 4.0.4

Traceback (most recent call last):
File "/home/ulimited/Desktop/0 Comp Sci Related/dupeguru-github/qt/tabbed_window.py", line 222, in onTabCloseRequested
self.setTabVisible(index, False)
File "/home/ulimited/Desktop/0 Comp Sci Related/dupeguru-github/qt/tabbed_window.py", line 181, in setTabVisible
return self.tabWidget.setTabVisible(index, value)
AttributeError: 'QTabWidget' object has no attribute 'setTabVisible'

@armagansalman armagansalman added the bug Bug reports. label Aug 30, 2020
@armagansalman armagansalman changed the title Crash after closing search result tab Error after closing search result tab Aug 30, 2020
@glubsy
Copy link
Contributor

glubsy commented Aug 30, 2020

Yup, sorry about that bug. It is already fixed in an upcoming feature branch.

@glubsy
Copy link
Contributor

glubsy commented Sep 13, 2020

This should be fixed in #705, in commits 3382bd5, 26d1894, 584e9c9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

2 participants