Skip to content
Snippets Groups Projects

[clients_icons] Directly use NetworkEvent name attribute

Closed Fabian Ritzmann requested to merge ritzmann/gajim-plugins:master into master
1 unresolved thread

conn attribute was removed.

This has been causing a lot of error messages on my console. A quick search looks like there might be more plugins with the same issue.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
289 289
290 290 def _on_caps_update(self, event):
291 291 # Zeroconf
292 if event.conn.name == 'Local':
292 if event.name == 'Local':
  • thanks, fixed in f29512e7

  • Please register or sign in to reply
    Loading