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

landry pushed a 
commit to branch 
master
in repository apps/xfce4-taskmanager.

commit 512e88ad6ca039d001f622e6f5e8f6428e0d30c9
Author: rim <rozhuk...@gmail.com>
Date:   Wed May 30 21:43:08 2018 +0200

    timeout is an unsigned integer (bug 14401)
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 4b29bbd..464bf4d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,7 +26,7 @@ static XtmSettings *settings;
 static GtkWidget *window;
 static GtkStatusIcon *status_icon;
 static XtmTaskManager *task_manager;
-static gboolean timeout = FALSE;
+static guint timeout = 0;
 static gboolean start_hidden = FALSE;
 
 static GOptionEntry main_entries[] = {

-- 
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