[Xfce4-commits] [apps/xfce4-notifyd] 22/24: panel-plugin: Drop debug message
noreply at xfce.org
noreply at xfce.org
Fri Sep 8 23:27:53 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-notifyd.
commit e7798d89288b585f2c5077792ca03ba5948ffbf0
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Aug 30 23:16:31 2017 +0200
panel-plugin: Drop debug message
---
panel-plugin/notification-plugin-log.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/panel-plugin/notification-plugin-log.c b/panel-plugin/notification-plugin-log.c
index 8719b1c..2873912 100644
--- a/panel-plugin/notification-plugin-log.c
+++ b/panel-plugin/notification-plugin-log.c
@@ -127,8 +127,7 @@ notification_plugin_menu_populate (NotificationPlugin *notification_plugin)
SETTING_LOG_DISPLAY_LIMIT, -1);
log_only_today = xfconf_channel_get_bool (notification_plugin->channel,
SETTING_LOG_ONLY_TODAY, FALSE);
- if (log_only_today)
- g_warning ("only today.");
+
if (log_display_limit == -1)
log_display_limit = DEFAULT_LOG_DISPLAY_LIMIT;
log_length = GPOINTER_TO_UINT(num_groups) - log_display_limit;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list