From: epage Date: Mon, 24 Aug 2009 23:59:37 +0000 (+0000) Subject: We shouldn't really need to mess with the increment plus it makes hildonization easier X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=3182a1484f3115571b9979f532ae746875b92de8;p=gc-dialer We shouldn't really need to mess with the increment plus it makes hildonization easier git-svn-id: file:///svnroot/gc-dialer/trunk@417 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/src/gc_views.py b/src/gc_views.py index e32660d..9162191 100644 --- a/src/gc_views.py +++ b/src/gc_views.py @@ -592,7 +592,6 @@ class AccountInfo(object): if self._alarmHandler is not None: self._minutesEntry.set_range(1, 60) - self._minutesEntry.set_increments(1, 5) self._notifyCheckbox.set_active(self._alarmHandler.isEnabled) self._minutesEntry.set_value(self._alarmHandler.recurrence)