Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
svn: r9713
This commit is contained in:
@@ -164,7 +164,7 @@ class UndoHistory(ManagedWindow.ManagedWindow):
|
||||
self._move(nsteps)
|
||||
elif response_id == gtk.RESPONSE_APPLY:
|
||||
self._clear_clicked()
|
||||
elif response_id == gtk.RESPONSE_DELETE_EVENT:
|
||||
elif response_id == gtk.RESPONSE_DELETE_EVENT:
|
||||
self.close(obj)
|
||||
|
||||
def build_menu_names(self,obj):
|
||||
|
Reference in New Issue
Block a user