[epiphany/gnome-3-22] about-handler: Fix max overview items



commit b9286461368ccc76cbde8d5510a9c1ac0cd3feac
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jan 3 19:12:11 2017 -0600

    about-handler: Fix max overview items
    
    This is 9 in master, but should be 10 in gnome-3-22. I broke it by
    mistake in 39a1c7fb4e866241855b7cbfdfd68a654ef72b94 which was a
    backport.

 embed/ephy-about-handler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index 69cb94b..7c47588 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -43,7 +43,7 @@ struct _EphyAboutHandler {
 G_DEFINE_TYPE (EphyAboutHandler, ephy_about_handler, G_TYPE_OBJECT)
 
 
-#define EPHY_ABOUT_OVERVIEW_MAX_ITEMS 9
+#define EPHY_ABOUT_OVERVIEW_MAX_ITEMS 10
 
 #define EPHY_PAGE_TEMPLATE_ABOUT_CSS        "ephy-resource:///org/gnome/epiphany/page-templates/about.css"
 


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