[gnome-calendar] date-chooser: Don't force showing the week numbers
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] date-chooser: Don't force showing the week numbers
- Date: Thu, 7 Apr 2022 11:44:02 +0000 (UTC)
commit 41866242789cbda9269520be9b36fd18d6758660
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Apr 7 09:23:42 2022 +0200
date-chooser: Don't force showing the week numbers
This avoids breaking the state correctly set by the the binding on the
previous instruction.
src/gui/event-editor/gcal-date-chooser.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/gui/event-editor/gcal-date-chooser.c b/src/gui/event-editor/gcal-date-chooser.c
index 5dc17a8c..74ae9413 100644
--- a/src/gui/event-editor/gcal-date-chooser.c
+++ b/src/gui/event-editor/gcal-date-chooser.c
@@ -577,7 +577,6 @@ gcal_date_chooser_init (GcalDateChooser *self)
"visible",
G_BINDING_SYNC_CREATE);
- gtk_widget_show (self->rows[row]);
gtk_style_context_add_class (gtk_widget_get_style_context (self->rows[row]), "weeknum");
gtk_grid_attach (GTK_GRID (self->grid), self->rows[row], -1, row, 1, 1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]