From a85736f786f518fa1e45b2fdda62c0f25c31cd01 Mon Sep 17 00:00:00 2001 From: Arthur Del Esposte Date: Thu, 30 Oct 2014 15:35:53 +0000 Subject: [PATCH] Small Fixies in Software Information Block --- lib/software_information_block.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/software_information_block.rb b/lib/software_information_block.rb index 6f29c37..d6fb5cd 100644 --- a/lib/software_information_block.rb +++ b/lib/software_information_block.rb @@ -1,5 +1,9 @@ class SoftwareInformationBlock < Block + attr_accessible :show_name + + settings_items :show_name, :type => :boolean, :default => false + def self.description _('Basic Software Information') end -- libgit2 0.21.2