remove trailing whitespaces and tabs from lines
This commit is contained in:
parent
07644a2a40
commit
22f5e0f073
|
@ -2240,7 +2240,6 @@ class ManageBookmarksWindow:
|
||||||
self.selection = self.view.get_selection()
|
self.selection = self.view.get_selection()
|
||||||
self.selection.connect('changed', self.bookmark_selected)
|
self.selection.connect('changed', self.bookmark_selected)
|
||||||
|
|
||||||
|
|
||||||
#Prepare input fields
|
#Prepare input fields
|
||||||
self.title_entry = self.xml.get_widget('title_entry')
|
self.title_entry = self.xml.get_widget('title_entry')
|
||||||
self.title_entry.connect('changed', self.on_title_entry_changed)
|
self.title_entry.connect('changed', self.on_title_entry_changed)
|
||||||
|
|
Loading…
Reference in New Issue