send other sub activity when none is selected. Fixes #4019

This commit is contained in:
Yann Leboulanger 2008-08-14 10:54:29 +00:00
parent 05ddfa3cda
commit 7082d66dfc
1 changed files with 0 additions and 3 deletions

View File

@ -420,9 +420,6 @@ class ChangeActivityDialog:
'''
message = None
if self.checkbutton.get_active():
if self.subactivity is 'other':
self.subactivity = ''
pep.user_send_activity(self.account, self.activity,
self.subactivity,
self.entry.get_text().decode('utf-8'))