FIxing not clearing the number on sending sms
authorepage <eopage@byu.net>
Thu, 20 Aug 2009 01:26:20 +0000 (01:26 +0000)
committerepage <eopage@byu.net>
Thu, 20 Aug 2009 01:26:20 +0000 (01:26 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@398 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/dc_glade.py

index 4334acb..94d5406 100755 (executable)
@@ -18,12 +18,16 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+@bug Crashes when switching contact lists, see http://talk.maemo.org/showpost.php?p=312920&postcount=176
+@bug Refeshing SMS a lot, then go to contacts and send a message, see http://talk.maemo.org/showpost.php?p=312920&postcount=176
+@bug Can't send sms from dialpad, see http://talk.maemo.org/showpost.php?p=312922&postcount=177
+@bug Sending an sms from contacts gave an error
+@bug Getting into a bad state on connection loss, see http://talk.maemo.org/showpost.php?p=312912&postcount=175
+
 @todo Figure out how to integrate with the Maemo contacts app
-@todo Look into an actor system
 @bug Session timeouts are bad, possible solutions:
        @li For every X minutes, if logged in, attempt login
        @li Restructure so code handling login/dial/sms is beneath everything else and login attempts are made if those fail
-@todo Can't text from dialpad (so can't do any arbitrary number texts)
 @todo Add logging support to make debugging issues for people a lot easier
 """
 
@@ -742,6 +746,9 @@ class Dialcentral(object):
                except ValueError, e:
                        self._errorDisplay.push_exception()
 
+               if dialed:
+                       self._dialpads[self._selectedBackendId].clear()
+
        def _on_dial_clicked(self, number):
                assert number, "No number to call"
                try: