Module: deluge Branch: master Commit: 042ddd2891facd4f6b5522da9448f6796a96bfca
Author: Pedro Algarvio <[email protected]> Date: Sun May 29 14:36:26 2011 +0100 Checkbox had no signal. --- deluge/ui/gtkui/glade/main_window.glade | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/deluge/ui/gtkui/glade/main_window.glade b/deluge/ui/gtkui/glade/main_window.glade index 3ad32b7..4dd91c2 100644 --- a/deluge/ui/gtkui/glade/main_window.glade +++ b/deluge/ui/gtkui/glade/main_window.glade @@ -2717,6 +2717,7 @@ <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> + <signal name="toggled" handler="on_chk_toggled"/> </widget> <packing> <property name="expand">False</property> @@ -2789,6 +2790,7 @@ <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> + <signal name="toggled" handler="on_chk_toggled"/> </widget> </child> </widget> -- 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.
