[pitivi] ui/effectlist.py: Press backspace in the effect searchbox doesn't select all the text
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] ui/effectlist.py: Press backspace in the effect searchbox doesn't select all the text
- Date: Wed, 22 Sep 2010 13:46:03 +0000 (UTC)
commit ef52ab4d6bbce85093dbf1a0a02833fb4c90e97b
Author: Thibault Saunier <tsaunier gnome org>
Date: Thu Aug 26 16:18:36 2010 +0200
ui/effectlist.py: Press backspace in the effect searchbox doesn't select all the text
pitivi/ui/effectlist.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/effectlist.py b/pitivi/ui/effectlist.py
index 37ec7cc..a17088f 100644
--- a/pitivi/ui/effectlist.py
+++ b/pitivi/ui/effectlist.py
@@ -312,7 +312,6 @@ class EffectList(gtk.VBox, Loggable):
self.modelFilter.refilter()
def searchEntryChangedCb (self, entry):
- self.searchEntry.grab_focus()
self.modelFilter.refilter()
def searchEntryIconClickedCb (self, entry, unused, unsed1):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]