[planner: 7/61] task-date-widget.ui: Adapt away from display_options custom glade property
- From: Mart Raudsepp <mraudsepp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planner: 7/61] task-date-widget.ui: Adapt away from display_options custom glade property
- Date: Sat, 12 Jun 2021 17:30:22 +0000 (UTC)
commit 5aaf6729db1725e0f7b2621232765344ffa0652b
Author: Mart Raudsepp <leio gentoo org>
Date: Sun Dec 27 14:07:06 2020 +0200
task-date-widget.ui: Adapt away from display_options custom glade property
GtkCalendar.display_options is a custom libglade property - migrate to
setting the specific properties directly as needed instead, but only those
that were different from the default.
data/ui/task-date-widget.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/task-date-widget.ui b/data/ui/task-date-widget.ui
index 5de1e9c0..525da6b8 100644
--- a/data/ui/task-date-widget.ui
+++ b/data/ui/task-date-widget.ui
@@ -40,7 +40,7 @@
<object class="GtkCalendar" id="schedule_calendar">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property
name="display_options">GTK_CALENDAR_SHOW_HEADING|GTK_CALENDAR_SHOW_DAY_NAMES|GTK_CALENDAR_SHOW_WEEK_NUMBERS</property>
+ <property name="show_details">False</property>
</object>
<packing>
<property name="padding">0</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]