Accidently left some debug code in
[gc-dialer] / src / gv_views.py
index f03da7c..03dea17 100644 (file)
@@ -19,9 +19,10 @@ License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 @todo Add CTRL-V support to Dialpad
-@todo Touch selector for notification time
-@todo Test if hildonize should do stackables by default
-@todo Alternate UI for dialogs
+@todo Touch selector for addressbook selection
+@todo Touch selector for callback number
+@todo Look into top half of dialogs being a treeview rather than a label
+@todo Alternate UI for dialogs (stackables)
 """
 
 from __future__ import with_statement
@@ -660,8 +661,6 @@ class AccountInfo(object):
                        self._missedCheckbox.set_sensitive(False)
                        self._voicemailCheckbox.set_sensitive(False)
                        self._smsCheckbox.set_sensitive(False)
-               self._minutesEntryButton.set_sensitive(True)
-               self._onMinutesChanged = self._minutesEntryButton.connect("clicked", self._on_minutes_clicked)
 
                self.update(force=True)