Remove already applied patch

This commit is contained in:
Sergi Almacellas Abellana 2014-11-21 11:24:37 +01:00
parent e8364e7e94
commit f223ef42d8
2 changed files with 0 additions and 12 deletions

View file

@ -1,11 +0,0 @@
diff -r 558a89377a75 tryton/common/selection.py
--- a/tryton/tryton/common/selection.py Sat Oct 18 09:15:22 2014 +0200
+++ b/tryton/tryton/common/selection.py Wed Oct 29 11:36:16 2014 +0100
@@ -189,4 +189,7 @@
if value:
return False
entry.set_active(active)
+ if active == -1:
+ # When setting no item GTK doesn't clear the entry
+ entry.child.set_text('')
return True

1
series
View file

@ -1,4 +1,3 @@
combobox_inactive_clear.diff
issue154_316.diff
issue136_416.diff
issue10467.diff