default to normal urgency

This commit is contained in:
Sascha Kruse 2013-02-20 06:31:09 +00:00
parent e56dbae718
commit 71182f486c

View File

@ -129,7 +129,7 @@ static void onNotify(GDBusConnection *connection,
gint timeout = -1; gint timeout = -1;
/* hints */ /* hints */
gint urgency = 0; gint urgency = 1;
gint progress = 0; gint progress = 0;
gchar *fgcolor = NULL; gchar *fgcolor = NULL;
gchar *bgcolor = NULL; gchar *bgcolor = NULL;