Project

General

Profile

EventList.java.20221014a.diff

Hynek Cihlar, 10/14/2022 10:35 AM

Download (523 Bytes)

View differences:

new/src/com/goldencode/p2j/ui/EventList.java 2022-10-14 14:34:16 +0000
1240 1240
         return;
1241 1241
      
1242 1242
      IdPair pair = null;
1243
      
1244
      // do not set specific anywhere flag if the event is already global anywhere
1245
      if (target == null)
1246
      {
1247
         anywhere = false;
1248
      }
1249
      
1250 1243
      Integer id  = null;
1251 1244
      Long    hid = null;
1252 1245