[Xfce4-commits] [apps/xfce4-taskmanager] 07/20: timeout is an unsigned integer (bug 14401)
noreply at xfce.org
noreply at xfce.org
Wed May 30 22:00:21 CEST 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y 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-taskmanager.
commit 512e88ad6ca039d001f622e6f5e8f6428e0d30c9
Author: rim <rozhuk.im at 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.
More information about the Xfce4-commits
mailing list