summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-11-27 18:06:53 +0100
committerGravatar waker <wakeroid@gmail.com>2011-11-27 18:06:53 +0100
commitd4ec11900e3719f0f41ca177b141e8fd17b62bcf (patch)
tree9b80950da509910300d67c24c8cc4b43b7637533 /plugins/gtkui/trkproperties.c
parent6c1537277dfadfce437c5b9da1a04c4a77d0d206 (diff)
refill trkproperties dialog after tag writing finishes
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index e11bf20d..c6c704c9 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -482,6 +482,8 @@ write_finished_cb (void *ctx) {
main_refresh ();
search_refresh ();
trkproperties_modified = 0;
+ show_track_properties_dlg ();
+
return FALSE;
}