[gnome-todo] window: add timeout to error message
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] window: add timeout to error message
- Date: Fri, 28 Aug 2015 12:39:54 +0000 (UTC)
commit b186ffe7c1ce22faa996938c4bdcc77dcff48480
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Aug 28 09:37:26 2015 -0300
window: add timeout to error message
src/gtd-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtd-window.c b/src/gtd-window.c
index efd3bc2..5277e5d 100644
--- a/src/gtd-window.c
+++ b/src/gtd-window.c
@@ -799,7 +799,7 @@ gtd_window__show_error_message (GtdManager *manager,
ErrorData *error_data;
error_data = g_new0 (ErrorData, 1);
- notification = gtd_notification_new (primary_text, 0);
+ notification = gtd_notification_new (primary_text, 7500);
error_data->window = window;
error_data->primary_text = g_strdup (primary_text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]