[epiphany] about-handler: limit overview to 9 items



commit e00b0415e48e3103064b7c40034cd323302a5d48
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Oct 4 17:56:57 2016 -0500

    about-handler: limit overview to 9 items
    
    This is needed to go along with the recent CSS changes

 embed/ephy-about-handler.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-about-handler.h b/embed/ephy-about-handler.h
index 9fdfd5f..6a38b42 100644
--- a/embed/ephy-about-handler.h
+++ b/embed/ephy-about-handler.h
@@ -28,7 +28,7 @@ G_DECLARE_FINAL_TYPE (EphyAboutHandler, ephy_about_handler, EPHY, ABOUT_HANDLER,
 
 #define EPHY_ABOUT_SCHEME "ephy-about"
 #define EPHY_ABOUT_SCHEME_LEN 10
-#define EPHY_ABOUT_OVERVIEW_MAX_ITEMS 10
+#define EPHY_ABOUT_OVERVIEW_MAX_ITEMS 9
 
 EphyAboutHandler *ephy_about_handler_new            (void);
 void              ephy_about_handler_handle_request (EphyAboutHandler       *handler,


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