diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2011-11-17 21:32:51 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2011-11-17 21:32:51 +0100 |
| commit | 574e9ca2bc2d2893767b14e0732cbffd07d4979a (patch) | |
| tree | 291523ce96b6376d85dcdac86063351e6f6552ba /gui | |
| parent | 331d327671af3969e56e8019657a91ead88643d3 (diff) | |
autofoo & finishing touches on VIEW torrent. Interaction next time
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/Makefile.am | 3 | ||||
| -rw-r--r-- | gui/viewtorrents.glade | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gui/Makefile.am b/gui/Makefile.am new file mode 100644 index 0000000..744fbcb --- /dev/null +++ b/gui/Makefile.am @@ -0,0 +1,3 @@ +MAINTAINERCLEANFILES = Makefile.in + +dist_pkgdata_DATA = viewtorrents.glade diff --git a/gui/viewtorrents.glade b/gui/viewtorrents.glade index db80a9c..0068407 100644 --- a/gui/viewtorrents.glade +++ b/gui/viewtorrents.glade @@ -42,7 +42,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">True</property> @@ -114,6 +113,7 @@ If authentication is needed, enter username and password as well.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> + <property name="activates_default">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> @@ -129,6 +129,7 @@ If authentication is needed, enter username and password as well.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> + <property name="activates_default">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> @@ -147,6 +148,7 @@ If authentication is needed, enter username and password as well.</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="invisible_char">●</property> + <property name="activates_default">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> @@ -436,7 +438,6 @@ If authentication is needed, enter username and password as well.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">True</property> @@ -473,6 +474,7 @@ If authentication is needed, enter username and password as well.</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="invisible_char">●</property> + <property name="activates_default">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> |
