From 375b135209cf7b0611b9fe416986116cd0f34430 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 16 Jun 2009 15:14:09 +0200
Subject: [PATCH] re-add removed function. Fixes #5093

---
 src/roster_window.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/roster_window.py b/src/roster_window.py
index 363c7657af..92916b3179 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -6065,6 +6065,9 @@ class RosterWindow:
 				account, bookmark)
 			gc_sub_menu.append(item)
 
+	def set_actions_menu_needs_rebuild(self):
+		self.actions_menu_needs_rebuild = True
+
 	def show_appropriate_context_menu(self, event, iters):
 		# iters must be all of the same type
 		model = self.modelfilter
-- 
GitLab