Changeset 3454 for branches/gajim_0.8.2
- Timestamp:
- 09/06/05 13:48:59 (3 years ago)
- Location:
- branches/gajim_0.8.2
- Files:
-
- 6 modified
-
Changelog (modified) (1 diff)
-
gajim.desktop (modified) (1 diff)
-
gajim.iss (modified) (1 diff)
-
Makefile (modified) (1 diff)
-
src/common/config.py (modified) (1 diff)
-
src/common/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.8.2/Changelog
r3451 r3454 1 Gajim 0.8.2 (06 Sep 2005) 2 3 * Fix so Gajim runs in pygtk2.8.x 4 * Other minor fixes 5 1 6 Gajim 0.8.1 (02 Sep 2005) 2 7 -
branches/gajim_0.8.2/gajim.desktop
r3449 r3454 4 4 GenericName=Jabber IM Client 5 5 Comment=A GTK+ Jabber client 6 Version=0.8. 16 Version=0.8.2 7 7 Encoding=UTF-8 8 8 Exec=gajim -
branches/gajim_0.8.2/gajim.iss
r3338 r3454 6 6 [Setup] 7 7 AppName=Gajim 8 AppVerName=Gajim version 0.8. 18 AppVerName=Gajim version 0.8.2 9 9 DefaultDirName={pf}\Gajim 10 10 DefaultGroupName=Gajim -
branches/gajim_0.8.2/Makefile
r3437 r3454 1 VERSION ?= 0. 91 VERSION ?= 0.8.2 2 2 3 3 GAJIM_AP = 0 # do we build Autopackage? -
branches/gajim_0.8.2/src/common/config.py
r3341 r3454 118 118 'show_roster_on_startup': [opt_bool, True], 119 119 'key_up_lines': [opt_int, 25], # how many lines to store for key up 120 'version': [ opt_str, '0.8. 1' ],120 'version': [ opt_str, '0.8.2' ], 121 121 'always_compact_view': [opt_bool, False], # initial compact view state 122 122 'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'], -
branches/gajim_0.8.2/src/common/gajim.py
r3341 r3454 25 25 import common.logger 26 26 27 version = '0.8. 1'27 version = '0.8.2' 28 28 config = common.config.Config() 29 29 connections = {}
