[Xfce4-commits] [xfce/xfce4-power-manager] 12/14: Format value in critical battery level spin button on init
noreply at xfce.org
noreply at xfce.org
Sun Jul 27 13:04:14 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 45826b8748bdf261ede0af629e29dcdd43f494a5
Author: Harald Judt <h.judt at gmx.at>
Date: Sat Jul 26 16:00:46 2014 +0200
Format value in critical battery level spin button on init
---
settings/xfpm-settings.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index 9e98859..884a593 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -1366,6 +1366,7 @@ xfpm_settings_advanced (XfconfChannel *channel, gboolean auth_suspend,
}
else
gtk_spin_button_set_value (GTK_SPIN_BUTTON(critical_level), val);
+ critical_spin_output_cb (GTK_SPIN_BUTTON(critical_level), NULL);
}
else
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list