[PATCH 10/14] Add month_changed and year_changed callbacks and filter days | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
---
pyanaconda/ui/gui/spokes/datetime_spoke.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyanaconda/ui/gui/spokes/datetime_spoke.py b/pyanaconda/ui/gui/spokes/datetime_spoke.py
index 1ff500d..3eb9f90 100644
--- a/pyanaconda/ui/gui/spokes/datetime_spoke.py
+++ b/pyanaconda/ui/gui/spokes/datetime_spoke.py
@@ -177,13 +177,13 @@ class DatetimeSpoke(NormalSpoke):
pass
def on_month_changed(self, *args):
- pass
+ self._daysFilter.refilter()
def on_day_changed(self, *args):
pass
def on_year_changed(self, *args):
- pass
+ self._daysFilter.refilter()
def on_timezone_changed(self, *args):
pass
--
1.7.4.4
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
[Home] [Fedora Users] [Fedora Legacy List] [Fedora Maintainers] [Fedora Desktop] [Red Hat 9 Bible] [Fedora Bible] [Fedora SELinux] [Big List of Linux Books] [Yosemite News] [Yosemite Photos] [KDE Users] [Fedora Tools]