[recipes/about-animation: 4/8] Don't show old news



commit 488b97e2c2e89445c57082c1fffd0bb51e9c4737
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 17 08:59:11 2017 -0400

    Don't show old news
    
    1.0 will be the first stable release. There's no need to
    encyclopedic here and list everything that happened since
    Genesis. Restrict the 'What's New' dialog to only show
    what happened since the last stable release.

 src/gr-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-window.c b/src/gr-window.c
index 0935a3d..7b89780 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -1554,7 +1554,7 @@ gr_window_show_news (GrWindow *window)
         if (window->news_dialog)
                 return;
 
-        news = get_release_info (PACKAGE_VERSION, "0.0.0");
+        news = get_release_info (PACKAGE_VERSION, "1.0.0");
         if (news->len == 0)
                 return;
 


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