]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/undo/UndoConnectPhoto.java
Version 5, May 2008
[GpsPrune.git] / tim / prune / undo / UndoConnectPhoto.java
index c5fc2f4ad702d9d2c79dc166dc0d0f18301719cf..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
@@ -49,7 +50,7 @@ public class UndoConnectPhoto implements UndoOperation
                        _point.setPhoto(null);\r
                        photo.setDataPoint(null);\r
                        // inform subscribers\r
-                       inTrackInfo.triggerUpdate();\r
+                       UpdateMessageBroker.informSubscribers();\r
                }\r
                else\r
                {\r