Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104521
Collapse All | Expand All

(-)src/Widgets/DateEdit.cs.old (-1 / +1 lines)
Lines 74-80 Link Here
74
		}
74
		}
75
		
75
		
76
		
76
		
77
		private void on_CalendarWindow_focus_out (object obj, EventArgs args)
77
		private void on_CalendarWindow_focus_out (object obj, Gtk.FocusOutEventArgs args)
78
		{
78
		{
79
			CalendarWindow.Hide ();
79
			CalendarWindow.Hide ();
80
			SelectBtn.Active = false;
80
			SelectBtn.Active = false;

Return to bug 104521