]> git.pld-linux.org Git - packages/calibre.git/blob - calibre-no-update.patch
- proper locales packaging
[packages/calibre.git] / calibre-no-update.patch
1 diff -up calibre/src/calibre/gui2/ui.py.no_update calibre/src/calibre/gui2/ui.py
2 --- calibre/src/calibre/gui2/ui.py.no_update    2009-12-06 23:21:12.298917664 +0200
3 +++ calibre/src/calibre/gui2/ui.py      2009-12-06 23:21:18.054898861 +0200
4 @@ -226,11 +226,11 @@ class Main(MainWindow, Ui_MainWindow, De
5          self.latest_version = ' '
6          self.vanity.setText(self.vanity_template%dict(version=' ', device=' '))
7          self.device_info = ' '
8 -        if not opts.no_update_check:
9 -            self.update_checker = CheckForUpdates(self)
10 -            QObject.connect(self.update_checker,
11 -                    SIGNAL('update_found(PyQt_PyObject)'), self.update_found)
12 -            self.update_checker.start(2000)
13 +        # if not opts.no_update_check:
14 +        #     self.update_checker = CheckForUpdates(self)
15 +        #     QObject.connect(self.update_checker,
16 +        #             SIGNAL('update_found(PyQt_PyObject)'), self.update_found)
17 +        #     self.update_checker.start(2000)
18          ####################### Status Bar #####################
19          self.status_bar = StatusBar(self.jobs_dialog, self.system_tray_icon)
20          self.setStatusBar(self.status_bar)
This page took 0.022567 seconds and 3 git commands to generate.