diff options
Diffstat (limited to 'scudcloud-1.0/lib/scudcloud.py')
-rwxr-xr-x | scudcloud-1.0/lib/scudcloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scudcloud-1.0/lib/scudcloud.py b/scudcloud-1.0/lib/scudcloud.py index c590b09..9b84906 100755 --- a/scudcloud-1.0/lib/scudcloud.py +++ b/scudcloud-1.0/lib/scudcloud.py @@ -276,6 +276,7 @@ class ScudCloud(QtGui.QMainWindow): if self.stackedWidget.widget(i).url().toString().startswith(url): self.stackedWidget.setCurrentIndex(i) self.quicklist(self.current().listChannels()) + self.current().setFocus() exists = True break if not exists: |