diff options
Diffstat (limited to 'mountconfig')
-rw-r--r-- | mountconfig/SMBShareSelectDialog.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mountconfig/SMBShareSelectDialog.py b/mountconfig/SMBShareSelectDialog.py index 089c23f..d40ab66 100644 --- a/mountconfig/SMBShareSelectDialog.py +++ b/mountconfig/SMBShareSelectDialog.py @@ -473,8 +473,8 @@ class SMBShareListViewItem(TDEListViewItem): ######################################################################## def setBusyIcon(self,on): if on: - self.setPixmap(0,UserIcon("kde1")) - self.setPixmap(0,UserIcon("kde"+str(self.animationcounter+1))) + self.setPixmap(0,UserIcon("trinity1")) + self.setPixmap(0,UserIcon("trinity"+str(self.animationcounter+1))) self.animationcounter += 1 self.animationcounter %= 6 else: |