summaryrefslogtreecommitdiffstats
path: root/games/gnomegames2/files/patch-gnomine_minefield.c
blob: 33d8cdbcb9ec01a0638d9d30facc4c637ada729a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- gnomine/minefield.c.orig    Sun Jul 13 15:45:21 2003
+++ gnomine/minefield.c Sun Jul 13 15:45:38 2003
@@ -226,11 +226,11 @@
 static void gtk_minefield_size_allocate (GtkWidget     *widget,
                     GtkAllocation *allocation)
 {
-        widget->allocation = *allocation;
         guint minesize, width, height;
         guint xofs, yofs;
         GtkMineField * mfield;
 
+        widget->allocation = *allocation;
         mfield = GTK_MINEFIELD (widget);
         
    if (GTK_WIDGET_REALIZED (widget)) {