This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository apps/xfce4-notifyd.

commit cd03c0baab977b0eab2a17095417e02c281e921c
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Thu Nov 30 01:03:59 2017 +0100

    panel-plugin: Make sure a single log entry is shown too
---
 panel-plugin/notification-plugin-log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/notification-plugin-log.c 
b/panel-plugin/notification-plugin-log.c
index 0f50403..488622a 100644
--- a/panel-plugin/notification-plugin-log.c
+++ b/panel-plugin/notification-plugin-log.c
@@ -141,7 +141,7 @@ notification_plugin_menu_populate (NotificationPlugin 
*notification_plugin)
       log_length = 0;
 
     /* Notifications are only shown until LOG_DISPLAY_LIMIT is hit */
-    for (i = numberof_groups; i > log_length; i--) {
+    for (i = numberof_groups; i >= log_length; i--) {
       GtkWidget *grid;
       GtkWidget *summary, *body, *app_icon, *expire_timeout;
       const gchar *group = groups[i];

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to