~bkidwell/zim/pyzim-win-installer

« back to all changes in this revision

Viewing changes to zim/plugins/attachmentbrowser.py

  • Committer: Jaap Karssenberg
  • Date: 2011-01-08 17:32:04 UTC
  • mfrom: (327.1.1 zim)
  • Revision ID: pardus@cpan.org-20110108173204-6f2xsmhbs4lljckl
Various small fixes:
* Bug fix for remove_link with selection
* Bug fix preferenes dialog (broke in refactoring)
* Small fix attachment browser
* Fix in www for url encode file names
* Added scrollbars to image generator dialog
* Fix in tasklist parsing of labels for checkbox lists
* Added some shortcut codes for inserting symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
590
590
                        self.clear()
591
591
                        return
592
592
 
 
593
                self.store.clear()
 
594
                self.thumbman.clear()
 
595
 
593
596
                filelist = os.listdir(self.path)
594
597
                for filename in filelist:
595
598
                        #       self.textbuffer.insert_at_cursor(filename+'\n')