Skip to content

Commit 7f49ff7

Browse files
committed
bugfix ikhal: new events where had false accounts
This should fix github issue #36. Thanks to jasonwryan for reporting it.
1 parent 0c91f87 commit 7f49ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

khal/ui/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ def save(self, button):
868868
self.event.vevent['SEQUENCE'] = 0
869869

870870
if self.event.status == NEWNOTSAVED:
871+
self.event.account = self.accountchooser.account
871872
self.collection.new(self.event)
872873
elif self.accountchooser.changed:
873874
self.collection.change_collection(self.event,

0 commit comments

Comments
 (0)