GNOME Bugzilla – Bug 732037
display month name on 1st in month view
Last modified: 2014-07-23 22:44:39 UTC
California's month view displays days from 2 or more months. It's possible to get briefly confused about which month is which. To clarify the display, I think that California should display a month name before the number "1" on the first day of each month in month view. For example, the squares at the top of the month view for June would look like this: Jun 1 2 3 4 And further down we'd see 29 30 Jul 1 2 ...
Created attachment 278964 [details] [review] Workaround signal misfires that led to crash Even though the original ChessGame is always destroyed immediately after the creation of a new one (no other reference to it exists), the signals we connected to the original game may be nonetheless fired by the NEW game object. This must be a bug in Vala signals.
(In reply to comment #1) > Created an attachment (id=278964) [details] [review] > Workaround signal misfires that led to crash > > Even though the original ChessGame is always destroyed immediately after > the creation of a new one (no other reference to it exists), the signals > we connected to the original game may be nonetheless fired by the NEW > game object. This must be a bug in Vala signals. Look like a wrong product.
Comment on attachment 278964 [details] [review] Workaround signal misfires that led to crash wrong bug, sorry
Pushed to master, commit 554841
Great to see this - thanks!