projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b9005a6
)
make "gradient" the default theme
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Sat, 2 Nov 2013 20:12:20 +0000
(21:12 +0100)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Sat, 2 Nov 2013 20:12:20 +0000
(21:12 +0100)
bin/booh
patch
|
blob
|
history
diff --git
a/bin/booh
b/bin/booh
index
15408ef
..
5998429
100644
(file)
--- a/
bin/booh
+++ b/
bin/booh
@@
-2863,7
+2863,7
@@
def theme_choose(current)
dialog.vbox.add(sw = Gtk::ScrolledWindow.new(nil, nil).add(treeview).set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC))
dialog.vbox.add(sw = Gtk::ScrolledWindow.new(nil, nil).add(treeview).set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC))
- ([ $FPATH + '/themes/
simple' ] + (`find '#{$FPATH}/themes' ~/.booh-themes -mindepth 1 -maxdepth 1 -type d 2>/dev/null`.split("\n").find_all { |e| e !~ /simple$
/ }.sort)).each { |dir|
+ ([ $FPATH + '/themes/
gradient' ] + (`find '#{$FPATH}/themes' ~/.booh-themes -mindepth 1 -maxdepth 1 -type d 2>/dev/null`.split("\n").find_all { |e| e !~ /\bgradient\b
/ }.sort)).each { |dir|
dir.chomp!
iter = model.append
iter[0] = File.basename(dir)
dir.chomp!
iter = model.append
iter[0] = File.basename(dir)