[evince] recent-view: Increase the number of max items



commit 275c8cac27cec783a94e691333a33f5442a2af07
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Fri Aug 10 17:08:01 2018 -0400

    recent-view: Increase the number of max items

 shell/ev-recent-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shell/ev-recent-view.c b/shell/ev-recent-view.c
index ff7ecbe0..a01a6c8c 100644
--- a/shell/ev-recent-view.c
+++ b/shell/ev-recent-view.c
@@ -69,7 +69,7 @@ static guint signals[NUM_SIGNALS] = { 0, };
 G_DEFINE_TYPE (EvRecentView, ev_recent_view, GTK_TYPE_SCROLLED_WINDOW)
 
 #define ICON_VIEW_SIZE 128
-#define MAX_RECENT_VIEW_ITEMS 20
+#define MAX_RECENT_VIEW_ITEMS 64
 
 typedef struct {
         EvRecentView        *ev_recent_view;


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