[gnome-control-center] Fix the build break due to the last cherrypicking.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Fix the build break due to the last cherrypicking.
- Date: Wed, 10 Jul 2013 13:47:09 +0000 (UTC)
commit e0fb22e384bfa8a9d5cbfff21a25995df25e375d
Author: Srinivasa Ragavan <srinivasa ragavan venkateswaran intel com>
Date: Wed Jul 10 19:06:34 2013 +0530
Fix the build break due to the last cherrypicking.
libgd | 2 +-
panels/mouse/gnome-mouse-properties.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgd b/libgd
index b66ca33..3abc95d 160000
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit b66ca33babf4865240d9d1fa732da4c90e49f536
+Subproject commit 3abc95da3c5b44484aeae3c69e3701da160bf057
diff --git a/panels/mouse/gnome-mouse-properties.c b/panels/mouse/gnome-mouse-properties.c
index 1a10ecf..f3e20e6 100644
--- a/panels/mouse/gnome-mouse-properties.c
+++ b/panels/mouse/gnome-mouse-properties.c
@@ -221,7 +221,7 @@ setup_dialog (CcMousePropertiesPrivate *d)
touchpad_present = touchpad_is_present ();
gtk_widget_set_visible (WID ("touchpad_vbox"), touchpad_present);
gtk_widget_set_visible (WID ("touchpad_enabled_switch"),
- show_touchpad_enabling_switch (touchpad_settings));
+ show_touchpad_enabling_switch (d->touchpad_settings));
g_settings_bind (d->touchpad_settings, "touchpad-enabled",
WID ("touchpad_enabled_switch"), "active",
@@ -303,7 +303,7 @@ device_changed (GdkDeviceManager *device_manager,
present = mouse_is_present ();
gtk_widget_set_visible (WID ("mouse_vbox"), present);
gtk_widget_set_visible (WID ("touchpad_enabled_switch"),
- show_touchpad_enabling_switch (touchpad_settings));
+ show_touchpad_enabling_switch (d->touchpad_settings));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]