Skip to content

Commit d36be2c

Browse files
author
Richard Jones
committed
Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert Touvet)
1 parent 06444c1 commit d36be2c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Fixed:
7373
HINT: Use the same encoding as in the template database, or use
7474
template0 as template.
7575
(Ralf Schlatterbeck)
76-
76+
- Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert
77+
Touvet)
7778

7879
2010-10-08 1.4.16 (r4541)
7980

doc/acknowledgements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Mitchell Surface,
131131
Anatoly T.,
132132
Jon C. Thomason
133133
Mike Thompson,
134+
Hubert Touvet,
134135
Michael Twomey,
135136
Joseph E. Trent,
136137
Karl Ulbrich,

roundup/mailgw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def get_classname(self):
704704
attempts.append(classname)
705705

706706
if self.mailgw.default_class:
707-
attempts.append(self.default_class)
707+
attempts.append(self.mailgw.default_class)
708708
else:
709709
attempts.append(self.config['MAILGW_DEFAULT_CLASS'])
710710

0 commit comments

Comments
 (0)