* src/GenericFilter.py (HasTextMatchingSubstringOf):
Rename FullTextSearch as well as its descriptions. * src/gramps_main.py: Change string for filter menu. * src/plugins/FilterEditor.py (EditRule.__init__): Hide window while drawing. * src/DateEdit.py (DateEditorDialog.__init__): Hide window while drawing. svn: r4186
This commit is contained in:
@@ -188,6 +188,7 @@ class DateEditorDialog:
|
||||
|
||||
self.top = gtk.glade.XML(const.dialogFile, "date_edit","gramps" )
|
||||
self.top_window = self.top.get_widget('date_edit')
|
||||
self.top_window.hide()
|
||||
title = self.top.get_widget('title')
|
||||
Utils.set_titles(self.top_window,title,_('Date selection'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user