[Groonga-commit] groonga/rabbit-theme-groonga at a4ac8ab [master] Add "RABBIT_" prefix to environment variable name that enables slide show mode

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 21 21:59:57 JST 2013


Kouhei Sutou	2013-11-21 21:59:57 +0900 (Thu, 21 Nov 2013)

  New Revision: a4ac8ab7fe202135bc493aac5a685846e2de3d5d
  https://github.com/groonga/rabbit-theme-groonga/commit/a4ac8ab7fe202135bc493aac5a685846e2de3d5d

  Message:
    Add "RABBIT_" prefix to environment variable name that enables slide show mode
    
           SLIDE_SHOW ->
    RABBIT_SLIDE_SHOW
    +++++++

  Modified files:
    theme.rb

  Modified: theme.rb (+1 -1)
===================================================================
--- theme.rb    2013-11-21 21:59:07 +0900 (b99674b)
+++ theme.rb    2013-11-21 21:59:57 +0900 (8b54a35)
@@ -102,7 +102,7 @@ end
 end
 include_theme("slide-logo")
 
-slide_show_mode_p = !ENV["SLIDE_SHOW"].nil?
+slide_show_mode_p = !ENV["RABBIT_SLIDE_SHOW"].nil?
 
 unless print?
   @image_slide_number_image ||= "mini-usa-taro.png"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index