diff options
author | waker <wakeroid@gmail.com> | 2011-11-27 18:06:53 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-11-27 18:06:53 +0100 |
commit | d4ec11900e3719f0f41ca177b141e8fd17b62bcf (patch) | |
tree | 9b80950da509910300d67c24c8cc4b43b7637533 /plugins | |
parent | 6c1537277dfadfce437c5b9da1a04c4a77d0d206 (diff) |
refill trkproperties dialog after tag writing finishes
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gtkui/trkproperties.c | 2 |
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; } |