diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-18 23:13:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-18 23:13:56 -0600 |
commit | 1630960ae4778a6432ab03a33d646a4ea350a80c (patch) | |
tree | d5dbe9bf30a5ce2cf161d28a39155fc130f4a84b /mountconfig/SMBShareSelectDialog.py | |
parent | 78f623239bc0706c871f682990d47cf63ad7cb39 (diff) | |
download | tde-guidance-1630960ae4778a6432ab03a33d646a4ea350a80c.tar.gz tde-guidance-1630960ae4778a6432ab03a33d646a4ea350a80c.zip |
Fix prior commit
Diffstat (limited to 'mountconfig/SMBShareSelectDialog.py')
-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: |