Fix syntax error. Add signature to evolution.

master
Mike Hiretsky 14 years ago
parent a6eda0e978
commit bbe4a118f1

@ -4,6 +4,13 @@
#-pop(mtime)-#
#-pop(pid)-#
#-pop(serial)-#
<entry name="signatures" type="list" ltype="string">
<li type="string">
<stringvalue>&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;signature name=&quot;Default&quot; uid=&quot;1272518216.11676.0@mhiretskiy&quot; auto=&quot;false&quot; format=&quot;text/plain&quot;&gt;&lt;filename&gt;/home/#-ur_login-#/.evolution/signatures/default&lt;/filename&gt;&lt;/signature&gt;
</stringvalue>
</li>
</entry>
<entry name="default_account" type="string">
<stringvalue>#-sum(mtime,mtime)-#.#-sum(pid,pid)-#.#-sum(serial,serial)-#@#-os_net_hostname-#</stringvalue>
</entry>

@ -1 +1 @@
# Calculate format=kde link=/usr/share/applications/fusion-icon.desktop mirror pgk(fusion-icon)!=
# Calculate format=kde link=/usr/share/applications/fusion-icon.desktop mirror pkg(fusion-icon)!=

@ -1,11 +1,11 @@
# Calculate format=xml_gconf
<?xml version="1.0"?>
<gconf>
<entry name="stretch" mtime="1266476270" schema="/schemas/apps/panel/toplevels/background/stretch"/>
<entry name="fit" mtime="1266476270" schema="/schemas/apps/panel/toplevels/background/fit"/>
<entry name="image" mtime="1266476270" schema="/schemas/apps/panel/toplevels/background/image"/>
<entry name="color" mtime="1266476270" schema="/schemas/apps/panel/toplevels/background/color"/>
<entry name="type" mtime="1266476270" schema="/schemas/apps/panel/toplevels/background/type"/>
<entry name="rotate" mtime="1266476270" schema="/schemas/apps/panel/toplevels/background/rotate"/>
<entry name="opacity" mtime="1266476270" schema="/schemas/apps/panel/toplevels/background/opacity"/>
<entry name="stretch" schema="/schemas/apps/panel/toplevels/background/stretch"/>
<entry name="fit" schema="/schemas/apps/panel/toplevels/background/fit"/>
<entry name="image" schema="/schemas/apps/panel/toplevels/background/image"/>
<entry name="color" schema="/schemas/apps/panel/toplevels/background/color"/>
<entry name="type" schema="/schemas/apps/panel/toplevels/background/type"/>
<entry name="rotate" schema="/schemas/apps/panel/toplevels/background/rotate"/>
<entry name="opacity" schema="/schemas/apps/panel/toplevels/background/opacity"/>
</gconf>

@ -1,10 +1,10 @@
# Calculate format=xml_gconf
<?xml version="1.0"?>
<gconf>
<entry name="picture_filename" mtime="1266240566" type="string">
<entry name="picture_filename" type="string">
<stringvalue>/usr/share/pixmaps/backgrounds/gnome/calculate/#-hr_x11_standart-#.jpg</stringvalue>
</entry>
<entry name="picture_options" mtime="1266240566" type="string">
<entry name="picture_options" type="string">
<stringvalue>stretched</stringvalue>
</entry>
</gconf>

@ -1,5 +1,5 @@
# Calculate format=xml_gconf
<?xml version="1.0"?>
<gconf>
<entry name="idle_delay" mtime="1267532050" type="int" value="10"/>
<entry name="idle_delay" type="int" value="10"/>
</gconf>

@ -1 +1 @@
# Calculate format=kde link=/usr/share/applications/fusion-icon.desktop mirror pgk(fusion-icon)!=
# Calculate format=kde link=/usr/share/applications/fusion-icon.desktop mirror pkg(fusion-icon)!=

@ -1 +1 @@
# Calculate format=kde link=/usr/share/applications/fusion-icon.desktop mirror pgk(fusion-icon)!=
# Calculate format=kde link=/usr/share/applications/fusion-icon.desktop mirror pkg(fusion-icon)!=

@ -35,7 +35,7 @@ import subprocess
from encrypt import encrypt
from signal import SIGTERM
Version = "calculate-client 2.1.17"
Version = "calculate-client 2.1.18"
tr = cl_base.lang()
tr.setLanguage(sys.modules[__name__])

@ -138,7 +138,7 @@ class Data:
cl_name = {'value':'calculate-client'}
# версия программы
cl_ver = {'value':'2.1.17'}
cl_ver = {'value':'2.1.18'}
# Режим работы клиента клиент
# (local или имя хоста клиента)

@ -102,7 +102,7 @@ class cl_install_data(install_data):
setup(
name = 'calculate-client',
version = "2.1.17",
version = "2.1.18",
description = "Client for the calculate-server",
author = "Mir Calculate Ltd.",
author_email = "support@calculate.ru",

Loading…
Cancel
Save