Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gajim
gajim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 196
    • Issues 196
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 20
    • Merge Requests 20
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajimgajim
  • Issues
  • #9742

Closed
Open
Opened Jun 22, 2019 by John Smith@mrDoctorWho

Unable to open contact search menu by Ctrl+N

Versions

  • OS: Fedora 29
  • Gajim version: 1.1.92+fa4ecfa6
  • GTK version: 3.24.8
  • Python-nbxmpp version: 0.9.91 (9fd88196a947d24149927952f5e2ada80ad81225)

Steps to reproduce the problem

  1. Press Ctrl+N.

Expected behavior

The contact search menu appears.

Actual behavior

Traceback (most recent call last):
  File "/home/mrdoctorwho/gajim/gajim/app_actions.py", line 98, in on_new_chat
    app.interface.instances['start_chat'] = StartChatDialog()
  File "/home/mrdoctorwho/gajim/gajim/gtk/start_chat.py", line 69, in __init__
    self.add_contacts()
  File "/home/mrdoctorwho/gajim/gajim/gtk/start_chat.py", line 101, in add_contacts
    if contact.is_groupchat():
TypeError: 'bool' object is not callable
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#9742