diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-05 20:39:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-05 20:39:55 -0700 |
commit | 3cb360b51484f3416289aa52c09d60d87df60027 (patch) | |
tree | d0e458c9ff0c7ae4a75561a81b0e30c59f3ac29e | |
parent | c24fd4b82cf4476c6d9c863ee03f2d729b64e5f0 (diff) | |
download | subsurface-3cb360b51484f3416289aa52c09d60d87df60027.tar.gz |
Update dive info and profile after loading files
We did this when loading from the command line, but not when loading
through the file load menu item.
Reported-by: Dirk Hohndel <dirk@hohndel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ static void file_open(GtkWidget *w, gpointer data) } g_slist_free(filenames); report_dives(); + repaint_dive(); dive_list_update_dives(dive_list); } gtk_widget_destroy(dialog); |