summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-08 17:55:36 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-08 17:55:36 +0200
commit22968b805a4b7abbbf24f5e6e6e6ec68eef5d5a0 (patch)
treedfeedf422dd5f10792f9c3ee7613bf471f1892ac /src/GipfelWidget.cxx
parent8a1454a773dd283c3c22ac8b170239ec60db5f4e (diff)
remove compatibility with old format
Diffstat (limited to 'src/GipfelWidget.cxx')
-rw-r--r--src/GipfelWidget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx
index fdd2b4f..f9b5d21 100644
--- a/src/GipfelWidget.cxx
+++ b/src/GipfelWidget.cxx
@@ -86,7 +86,7 @@ GipfelWidget::load_image(char *file) {
mb->add("Center Peak", 0, (Fl_Callback*) center_cb, this);
// try to retrieve gipfel data from JPEG meta data
- md->load_image(file, img->w());
+ md->load_image(file);
set_view_long(md->get_longitude());
set_view_lat(md->get_latitude());
set_view_height(md->get_height());