[Xfce4-commits] [xfce/xfce4-power-manager] 08/14: Use separate call-backs after sleep-mode split-up
noreply at xfce.org
noreply at xfce.org
Sun Jul 27 13:04:10 CEST 2014
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit bf5fab30f72ba3cff34e96491d2428658d243a9d
Author: Harald Judt <h.judt at gmx.at>
Date: Fri Jul 25 12:50:12 2014 +0200
Use separate call-backs after sleep-mode split-up
---
data/interfaces/xfpm-settings.ui | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui
index 0fa7f98..665e570 100644
--- a/data/interfaces/xfpm-settings.ui
+++ b/data/interfaces/xfpm-settings.ui
@@ -241,7 +241,7 @@
<object class="GtkComboBox" id="system-sleep-mode-on-battery">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <signal name="changed" handler="on_sleep_mode_changed_cb" swapped="no"/>
+ <signal name="changed" handler="on_battery_sleep_mode_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer8"/>
<attributes>
@@ -260,6 +260,7 @@
<object class="GtkComboBox" id="system-sleep-mode-on-ac">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <signal name="changed" handler="on_ac_sleep_mode_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer2"/>
<attributes>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list