diff options
author | Yuvaraj Pandian T <yuvipanda@gmail.com> | 2010-07-14 00:07:43 +0530 |
---|---|---|
committer | Yuvaraj Pandian T <yuvipanda@gmail.com> | 2010-07-14 00:07:43 +0530 |
commit | a0139b880b0bd3cc3b50f63f561ffe5c37dbebe4 (patch) | |
tree | de8e174e906c4b53fe4a4fc47cb50db94b30aba4 /data | |
parent | d6acfeea2cc73b37322891f4ff19a082f912e504 (diff) |
Bound controls in preferences dialog to their respective GConf settings
Diffstat (limited to 'data')
-rw-r--r-- | data/cheese-prefs.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/cheese-prefs.ui b/data/cheese-prefs.ui index e8902ae4..eca1a6f7 100644 --- a/data/cheese-prefs.ui +++ b/data/cheese-prefs.ui @@ -392,6 +392,7 @@ <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="adjustment">burst_count_adjustment</property> + <signal name="value-changed" handler="cheese_preferences_dialog_on_burst_repeat_change" /> </object> <packing> <property name="position">0</property> @@ -403,6 +404,7 @@ <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="adjustment">burst_delay_adjustment</property> + <signal name="value-changed" handler="cheese_preferences_dialog_on_burst_delay_change" /> </object> <packing> <property name="position">1</property> |