]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/undo/UndoConnectPhoto.java
Version 5, May 2008
[GpsPrune.git] / tim / prune / undo / UndoConnectPhoto.java
index 99e64327b7b8dd9aaf365fcc6bfe111bff6b0885..3e653ce54216708e906eab8a3373ded5284ffb5f 100644 (file)
@@ -1,6 +1,7 @@
 package tim.prune.undo;\r
 \r
 import tim.prune.I18nManager;\r
+import tim.prune.UpdateMessageBroker;\r
 import tim.prune.data.DataPoint;\r
 import tim.prune.data.Photo;\r
 import tim.prune.data.TrackInfo;\r
@@ -48,6 +49,8 @@ public class UndoConnectPhoto implements UndoOperation
                {\r
                        _point.setPhoto(null);\r
                        photo.setDataPoint(null);\r
+                       // inform subscribers\r
+                       UpdateMessageBroker.informSubscribers();\r
                }\r
                else\r
                {\r