projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
308a202
)
fix small stupid bug
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Sat, 25 Aug 2012 13:58:07 +0000
(15:58 +0200)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Sat, 25 Aug 2012 13:58:07 +0000
(15:58 +0200)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index
3b526e1
..
aa34ed6
100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-907,7
+907,7
@@
def show_popup(parent, msg, *options)
dialog.add_button(Gtk::Stock::YES, Gtk::Dialog::RESPONSE_YES)
dialog.add_button(utf8(_("Yes to all")), Gtk::Dialog::RESPONSE_ACCEPT)
else
dialog.add_button(Gtk::Stock::YES, Gtk::Dialog::RESPONSE_YES)
dialog.add_button(utf8(_("Yes to all")), Gtk::Dialog::RESPONSE_ACCEPT)
else
- ok = dialog.add_button(Gtk::Stock::OK, Gtk::Dialog::RESPONSE_OK)
.grab_focus
+ ok = dialog.add_button(Gtk::Stock::OK, Gtk::Dialog::RESPONSE_OK)
if ! options[:bottomwidget]
ok.grab_focus
end
if ! options[:bottomwidget]
ok.grab_focus
end