Code cleanup

This commit is contained in:
2024-05-18 17:24:28 -06:00
parent cd7279e83b
commit 9c2511561a
4 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ class Handler(object):
details=_("Show user profile"),
favs=None,
# In buffer Menu.
new_community_buffer=_("New community buffer"),
community_timeline =_("Create community timeline"),
filter=None,
manage_filters=None
)
@@ -367,7 +367,7 @@ class Handler(object):
dlg = showUserProfile.ShowUserProfile(user)
dlg.ShowModal()
def new_community_buffer(self, controller, buffer):
def community_timeline(self, controller, buffer):
dlg = communityTimeline.CommunityTimeline()
if dlg.ShowModal() != wx.ID_OK:
return