[gnome-logs/wip/gl-journal] Adjust important category to priorities <= 3



commit fd8c334c37bf7217c39015634a7858bbcb74230f
Author: David King <davidk gnome org>
Date:   Mon Oct 7 14:39:37 2013 +0100

    Adjust important category to priorities <= 3

 src/gl-eventview.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/gl-eventview.c b/src/gl-eventview.c
index e735e04..47e5056 100644
--- a/src/gl-eventview.c
+++ b/src/gl-eventview.c
@@ -640,7 +640,11 @@ gl_event_view_add_listbox_important (GlEventView *view)
     GlEventViewPrivate *priv;
     /* Alert or emergency priority. */
     const GlJournalQuery query = { N_RESULTS,
-                                   (gchar*[3]){ "PRIORITY=0", "PRIORITY=1", NULL } };
+                                   (gchar*[5]){ "PRIORITY=0",
+                                                "PRIORITY=1",
+                                                "PRIORITY=2",
+                                                "PRIORITY=3",
+                                                NULL } };
     GtkWidget *listbox;
     GtkWidget *scrolled;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]