3691: Make all views displaying names respond to nameformat-changed signals

svn: r14737
This commit is contained in:
Nick Hall
2010-03-10 12:36:27 +00:00
parent 72afaa04bb
commit 5f133cd21b
6 changed files with 7 additions and 11 deletions

View File

@ -122,8 +122,8 @@ class EventView(ListView):
'<CONTROL>BackSpace' : self.key_delete,
}
config.connect("interface.filter",
self.filter_toggle)
config.connect("interface.filter", self.filter_toggle)
uistate.connect('nameformat-changed', self.build_tree)
def navigation_type(self):
return 'Event'