openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00029
[Branch ~openshot.code/openshot/main] Rev 524: Fixed a regression with the clear button on the filter text boxes not working.
------------------------------------------------------------
revno: 524
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Tue 2011-08-30 23:12:51 +0100
message:
Fixed a regression with the clear button on the filter text boxes not working.
modified:
openshot/windows/TreeEffects.py
openshot/windows/ui/Main.ui
--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main
Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/TreeEffects.py'
--- openshot/windows/TreeEffects.py 2011-08-29 21:01:13 +0000
+++ openshot/windows/TreeEffects.py 2011-08-30 22:12:51 +0000
@@ -55,7 +55,7 @@
# create a ListStore
self.store = gtk.ListStore(gtk.gdk.Pixbuf, str, str, str, str)
- self.treeview.set_item_width(130)
+ self.treeview.set_item_width(110)
self.treeview.set_pixbuf_column(0)
self.treeview.set_text_column(2)
=== modified file 'openshot/windows/ui/Main.ui'
--- openshot/windows/ui/Main.ui 2011-08-16 20:25:02 +0000
+++ openshot/windows/ui/Main.ui 2011-08-30 22:12:51 +0000
@@ -772,7 +772,7 @@
<property name="invisible_char">â—</property>
<property name="secondary_icon_stock">gtk-clear</property>
<property name="primary_icon_activatable">False</property>
- <property name="secondary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">True</property>
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<signal name="changed" handler="on_txtFilesFilter_changed" swapped="no"/>
@@ -907,7 +907,7 @@
<property name="invisible_char">â—</property>
<property name="secondary_icon_stock">gtk-clear</property>
<property name="primary_icon_activatable">False</property>
- <property name="secondary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">True</property>
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<signal name="changed" handler="on_txtTransFilter_changed" swapped="no"/>
@@ -1041,7 +1041,7 @@
<property name="invisible_char">â—</property>
<property name="secondary_icon_stock">gtk-clear</property>
<property name="primary_icon_activatable">False</property>
- <property name="secondary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">True</property>
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<signal name="changed" handler="on_txtEffectFilter_changed" swapped="no"/>