You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ada/gtkada/files/gtkada-2.4.0.patch

12 lines
485 B

diff -ru GtkAda-2.4.0-orig/src/gtkada-mdi.adb GtkAda-2.4.0/src/gtkada-mdi.adb
--- GtkAda-2.4.0-orig/src/gtkada-mdi.adb 2004-11-09 09:35:57.000000000 +0100
+++ GtkAda-2.4.0/src/gtkada-mdi.adb 2006-05-18 23:15:13.917488750 +0200
@@ -4778,6 +4778,7 @@
when Top | Bottom =>
Widths (Side) := 0;
Heights (Side) := Get_Allocation_Height (MDI.Docks (Side));
+ when None => Null;
end case;
-- If not allocated yet