projects
/
booh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
also rescue Gtk::InitError for booh-backend
[booh]
/
lib
/
booh
/
booh-lib.rb
diff --git
a/lib/booh/booh-lib.rb
b/lib/booh/booh-lib.rb
index
de7fafc
..
c319475
100644
(file)
--- a/
lib/booh/booh-lib.rb
+++ b/
lib/booh/booh-lib.rb
@@
-32,7
+32,7
@@
require 'booh/config.rb'
require 'booh/version.rb'
begin
require 'gtk2'
-rescue LoadError
+rescue LoadError
, Gtk::InitError
$no_gtk2 = true
end
begin