diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-20 03:11:29 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:15 +0100 |
commit | 941556dbe66c7f13f0659ebdc139344193eb3e7c (patch) | |
tree | 12ddd2a8b252bbfda158930f89042789cc0b6523 /src/dw-geomatic.c | |
parent | c52293a3634d447893c081cd1074a2cef293449d (diff) |
s/min_x/min_fs/ and so on
Diffstat (limited to 'src/dw-geomatic.c')
-rw-r--r-- | src/dw-geomatic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dw-geomatic.c b/src/dw-geomatic.c index c5137e43..a2809cb0 100644 --- a/src/dw-geomatic.c +++ b/src/dw-geomatic.c @@ -367,8 +367,8 @@ static gint displaywindow_loadgeom_response(GtkWidget *d, gint response, } /* Validate geometry */ - if ( (1+det->max_x != dw->image->width) - || (1+det->max_y != dw->image->height) ) { + if ( (1+det->max_fs != dw->image->width) + || (1+det->max_ss != dw->image->height) ) { displaywindow_error(dw, "Geometry does not match image size"); |