master3.3
Denis Spiridonov 12 years ago
parent 2934d8a339
commit 402cb1d942

@ -188,7 +188,6 @@ class TrayIcon (QtGui.QSystemTrayIcon):
# elif reply == QtGui.QMessageBox.Yes:
# self.update_thread.close()
# self.update_thread.wait()
self._parent._closeEvent()
def activ(self, reason):
@ -239,7 +238,6 @@ class TrayIcon (QtGui.QSystemTrayIcon):
else:
show_msg(_('Update is already running'))
class LeftButtonMenu(QtGui.QMenu):
def __init__(self, parent, MainWgt):
QtGui.QMenu.__init__(self)

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@ -44,6 +44,10 @@ data_files.append(('/usr/share/applications',
data_files.append(('/usr/share/calculate/themes/install',
['data/install/conf','data/install/welcome.jpg',
'data/install/finish.jpg']))
for size in [16,22,48,64,72,96,128]:
data_files.append(('/usr/share/icons/Calculate/%dx%d' %(size,size),
glob.glob('data/%dx%d/cl-core.png' %(size,size))))
var_data_files = []

Loading…
Cancel
Save