Module: deluge Branch: master Commit: d9cf3a8c0848ab8ee8808a347d2cd7613b55efd6
Author: Pedro Algarvio <[email protected]> Date: Mon Jul 11 15:15:45 2011 +0100 Remove un-needed signal handlers. --- deluge/ui/gtkui/glade/main_window.tabs.ui | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/deluge/ui/gtkui/glade/main_window.tabs.ui b/deluge/ui/gtkui/glade/main_window.tabs.ui index c5b9598..c29cf37 100644 --- a/deluge/ui/gtkui/glade/main_window.tabs.ui +++ b/deluge/ui/gtkui/glade/main_window.tabs.ui @@ -1331,7 +1331,6 @@ <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> <property name="adjustment">spin_max_connections_adjustment</property> - <signal name="value-changed" handler="on_spin_value_changed" swapped="no"/> </object> <packing> <property name="left_attach">1</property> @@ -1356,7 +1355,6 @@ <property name="secondary_icon_sensitive">True</property> <property name="adjustment">spin_max_upload_adjustment</property> <property name="digits">1</property> - <signal name="value-changed" handler="on_spin_value_changed" swapped="no"/> </object> <packing> <property name="left_attach">1</property> @@ -1382,7 +1380,6 @@ <property name="climb_rate">1</property> <property name="digits">1</property> <property name="numeric">True</property> - <signal name="value-changed" handler="on_spin_value_changed" swapped="no"/> </object> <packing> <property name="left_attach">1</property> @@ -1486,7 +1483,6 @@ <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> <property name="adjustment">spin_max_upload_slots_adjustment</property> - <signal name="value-changed" handler="on_spin_value_changed" swapped="no"/> </object> <packing> <property name="left_attach">1</property> @@ -1602,7 +1598,6 @@ <property name="adjustment">spin_stop_ratio_adjustment</property> <property name="digits">1</property> <property name="numeric">True</property> - <signal name="value-changed" handler="on_spin_value_changed" swapped="no"/> </object> <packing> <property name="expand">False</property> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
