Skip to content

Commit

Permalink
Fix incomplete - Port to Collabwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumya-Mishra9129 committed Aug 12, 2020
1 parent 229ef7b commit d63c73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflectwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self, activity):

self._activity.load_graphics_area(self)

if self._activity.collab.props.leader:
if self._activity.initiating:
entry = Gtk.Entry()
entry.props.placeholder_text = _('Add a reflection')
entry.connect('activate', self._entry_activate_cb)
Expand Down

0 comments on commit d63c73a

Please sign in to comment.