diff --git a/deluge/ui/gtkui/glade/main_window.tabs.ui b/deluge/ui/gtkui/glade/main_window.tabs.ui index e474cd865..28be13cda 100644 --- a/deluge/ui/gtkui/glade/main_window.tabs.ui +++ b/deluge/ui/gtkui/glade/main_window.tabs.ui @@ -804,30 +804,6 @@ 4 5 2 - - - - - - - - - - - - - - - - - - - - - - - - True @@ -841,7 +817,7 @@ 4 5 6 - + @@ -859,7 +835,7 @@ 5 6 GTK_FILL - + @@ -874,7 +850,7 @@ 2 4 5 - + @@ -892,7 +868,7 @@ 4 5 GTK_FILL - + @@ -909,7 +885,7 @@ 4 1 2 - + @@ -926,7 +902,7 @@ 1 2 GTK_FILL - + @@ -942,7 +918,7 @@ 4 7 8 - + @@ -960,7 +936,7 @@ 7 8 GTK_FILL - + @@ -985,7 +961,7 @@ 3 4 GTK_FILL - + @@ -1000,7 +976,7 @@ 1 4 - + @@ -1024,7 +1000,7 @@ GTK_FILL - + @@ -1048,7 +1024,7 @@ 2 3 GTK_FILL - + @@ -1065,7 +1041,7 @@ 4 2 3 - + @@ -1083,7 +1059,7 @@ 6 7 GTK_FILL - + @@ -1098,7 +1074,7 @@ 4 6 7 - + @@ -1113,7 +1089,7 @@ 2 3 4 - + @@ -1131,7 +1107,7 @@ 8 9 GTK_FILL - + @@ -1149,7 +1125,7 @@ 9 10 GTK_FILL - + @@ -1165,7 +1141,7 @@ 2 8 9 - + @@ -1181,9 +1157,33 @@ 2 9 10 - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1375,12 +1375,6 @@ 3 5 2 - - - - - - True @@ -1401,8 +1395,8 @@ 2 2 3 - - + + @@ -1426,8 +1420,8 @@ 2 1 2 - - + + @@ -1450,8 +1444,8 @@ 1 2 - - + + @@ -1465,7 +1459,7 @@ 2 3 GTK_FILL - + @@ -1479,7 +1473,7 @@ 1 2 GTK_FILL - + @@ -1491,7 +1485,7 @@ GTK_FILL - + @@ -1503,8 +1497,8 @@ 2 3 - - + + @@ -1518,8 +1512,8 @@ 3 1 2 - - + + @@ -1533,7 +1527,7 @@ 3 4 GTK_FILL - + @@ -1556,10 +1550,16 @@ 2 3 4 - - + + + + + + + + @@ -1576,7 +1576,7 @@ - + GTK_FILL @@ -1599,6 +1599,7 @@ Auto Managed + False True True False @@ -1623,6 +1624,7 @@ Stop seed at ratio: + False True True False @@ -1671,6 +1673,7 @@ Remove at ratio + False True True False @@ -1710,7 +1713,7 @@ 1 2 - + GTK_FILL @@ -1743,6 +1746,7 @@ Private + False True False True @@ -1751,12 +1755,13 @@ - + Shared + False True True False @@ -1766,12 +1771,13 @@ 1 2 - + Prioritize First/Last + False True True False @@ -1782,12 +1788,13 @@ 2 1 2 - + Sequential Download + False True True False @@ -1798,7 +1805,7 @@ 2 2 3 - + @@ -1818,64 +1825,6 @@ GTK_EXPAND | GTK_SHRINK | GTK_FILL - - - True - False - 0 - none - - - True - False - 12 - 5 - - - True - False - 2 - - - Move completed: - True - True - False - True - - - - - - - - - True - False - - - - - - 1 - 2 - - - - - - - - - - - - - 2 - 1 - 2 - - True @@ -1894,6 +1843,7 @@ gtk-apply + False True False True @@ -1909,6 +1859,7 @@ + False True True True @@ -1953,9 +1904,6 @@ 1 - - - @@ -1974,15 +1922,66 @@ 1 2 - + GTK_FILL + + + + + + True + False + 0 + 14 + + + True + False + + + Move completed: + False + True + True + False + True + + + + False + False + 0 + + + + + True + False + + + + + + True + True + 1 + + + + + + + 1 + 2 + + 2 3 - + diff --git a/deluge/ui/gtkui/options_tab.py b/deluge/ui/gtkui/options_tab.py index 7ddb72903..3586a68ec 100644 --- a/deluge/ui/gtkui/options_tab.py +++ b/deluge/ui/gtkui/options_tab.py @@ -67,6 +67,7 @@ class OptionsTab(Tab): self.move_completed_hbox = builder.get_object("hbox_move_completed_path_chooser") self.move_completed_path_chooser = PathChooser("move_completed_paths_list") + self.move_completed_path_chooser.set_sensitive(self.chk_move_completed.get_active()) self.move_completed_hbox.add(self.move_completed_path_chooser) self.move_completed_hbox.show_all()