[rygel] ui: Set sensitivity of plugin title label as well
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] ui: Set sensitivity of plugin title label as well
- Date: Sun, 27 Sep 2009 23:25:08 +0000 (UTC)
commit 99480a599f5fbb532d8ae0bc5e84c847d91a2fb6
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Sep 28 01:56:41 2009 +0300
ui: Set sensitivity of plugin title label as well
src/ui/rygel-plugin-pref-section.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/rygel-plugin-pref-section.vala b/src/ui/rygel-plugin-pref-section.vala
index 4b93991..d552e8d 100644
--- a/src/ui/rygel-plugin-pref-section.vala
+++ b/src/ui/rygel-plugin-pref-section.vala
@@ -80,7 +80,8 @@ public class Rygel.PluginPrefSection : PreferencesSection {
}
protected void on_enabled_check_toggled (CheckButton enabled_check) {
- this.title_entry.sensitive = enabled_check.active;
+ this.title_entry.sensitive =
+ this.title_label.sensitive = enabled_check.active;
foreach (var widget in this.widgets) {
widget.sensitive = enabled_check.active;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]