[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/03: fixed bug 4142: showing otifications only is suppress option is not selected.
noreply at xfce.org
noreply at xfce.org
Thu May 1 12:32:16 CEST 2014
This is an automated email from the git hooks/post-receive script.
timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.
commit 1bb6cd6f086b9b9db66adfa9ebb70821a8ebe825
Author: Fabian <timystery at arcor.de>
Date: Thu May 1 12:28:58 2014 +0200
fixed bug 4142: showing otifications only is suppress option is not selected.
---
NEWS | 3 +++
lib/hddtemp.c | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 3b78c37..19087e1 100644
--- a/NEWS
+++ b/NEWS
@@ -33,3 +33,6 @@
1.2.6: Bug 9395 fixed: When sensors are no longer available for any reason,
plugin won't crash.
Bug 10031 fixed: Automake/Autoconfigure option for config headers.
+ Bug 9962: smarter ACPI battery value reading
+ Bug 10840: suppress tooltip
+ Bug 4142: Suppress notification warnings for hddtemp after having displayed once
diff --git a/lib/hddtemp.c b/lib/hddtemp.c
index e23aa19..cb5139c 100644
--- a/lib/hddtemp.c
+++ b/lib/hddtemp.c
@@ -625,7 +625,7 @@ get_hddtemp_value (char* disk, gboolean *suppressmessage)
#if defined(HAVE_LIBNOTIFY4) || defined(HAVE_LIBNOTIFY7)
//msg_text = g_strconcat(msg_text, _("\nYou can disable these notifications in the settings dialog.\n");
quick_message_notify (msg_text);
- nevershowagain = FALSE;
+ //nevershowagain = FALSE;
#else
checktext = g_strdup(_("Suppress this message in future"));
nevershowagain = quick_message_with_checkbox(msg_text, checktext);
@@ -655,7 +655,7 @@ get_hddtemp_value (char* disk, gboolean *suppressmessage)
" \"%s\":\n%s"), cmd_line, error->message);
#if defined(HAVE_LIBNOTIFY4) || defined(HAVE_LIBNOTIFY7)
quick_message_notify (msg_text);
- nevershowagain = FALSE;
+ //nevershowagain = FALSE;
#else
checktext = g_strdup(_("Suppress this message in future"));
nevershowagain = quick_message_with_checkbox (msg_text, checktext);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list