Modify ↓
Opened 17 months ago
Closed 17 months ago
#7208 closed defect (fixed)
Plugin does not compile
| Reported by: | stoecker | Owned by: | jttt |
|---|---|---|---|
| Priority: | normal | Component: | Plugin photo_geotagging |
| Version: | Keywords: | ||
| Cc: |
Description
Do to changes in ExtendedDialog/progressmonitor this does no longer compile.
@jttt: I think you know best how to fix.
Attachments (0)
Change History (6)
comment:1 Changed 17 months ago by jttt
comment:2 Changed 17 months ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In [o27370].
comment:3 Changed 17 months ago by bastiK
- Resolution fixed deleted
- Status changed from closed to reopened
see #5800
comment:4 Changed 17 months ago by jttt
I've tested it in both Kubuntu and WinXP and it works fine with Main.parent so I thought it was something fixed by Java 6. But #5800 is younger than switch to Java 6 so I'll add method getWindowParent to ProgressMonitor interface that could be used for this.
comment:5 Changed 17 months ago by jttt
In [4762/josm]:
comment:6 Changed 17 months ago by jttt
- Resolution set to fixed
- Status changed from reopened to closed
In [o27401]
Note: See
TracTickets for help on using
tickets.



It looks like using ((PleaseWaitProgressMonitor) progressMonitor).getDialog() for window parent is not necessary, Main.parent works just fine.