mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 06:33:10 +02:00
Merge from trunk
This commit is contained in:
commit
515be68c2c
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@
|
|||
# title within authors.
|
||||
sort_columns_at_startup = None
|
||||
|
||||
#; Control how dates are displayed
|
||||
#: Control how dates are displayed
|
||||
# Format to be used for publication date and the timestamp (date).
|
||||
# A string controlling how the publication date is displayed in the GUI
|
||||
# d the day as number without a leading zero (1 to 31)
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ def set_device_connected(self, is_connected):
|
|||
|
||||
def refresh_ondevice(self):
|
||||
self.db.refresh_ondevice()
|
||||
self.resort() #self.refresh() # does a resort()
|
||||
self.resort()
|
||||
self.research()
|
||||
|
||||
def set_book_on_device_func(self, func):
|
||||
|
|
|
|||
Loading…
Reference in a new issue