From: NeilBrown Date: Fri, 20 Dec 2013 23:14:13 +0000 (+1100) Subject: sms: another fix to restore proper view after sending txt X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=d7f1440f61a6a88a68fb3fcad3da5bf222192c8a;p=plato.git sms: another fix to restore proper view after sending txt --- diff --git a/sms/sendsms.py b/sms/sendsms.py index b586eae..94db1c1 100755 --- a/sms/sendsms.py +++ b/sms/sendsms.py @@ -1455,6 +1455,8 @@ class SendSMS(gtk.Window): self.singlebox.hide() self.sender.hide() self.listing.show() + if self.viewing: + self.view(self.view_button) self.rotate_list(target=target) def draft(self, *a):