From 64d67e444baaaeaee9d4c913a898d1f91124f176 Mon Sep 17 00:00:00 2001 From: gc Date: Sun, 10 Dec 2006 14:48:33 +0000 Subject: [PATCH] eo by fif --- bin/booh | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/bin/booh b/bin/booh index 288670c..f62ed0f 100755 --- a/bin/booh +++ b/bin/booh @@ -4119,7 +4119,8 @@ for speeding up your editions. If bothered, you can disable them from Edit/Prefe :authors => [ 'Guillaume Cottenceau' ], :artists => [ 'Ayo73' ], :comments => utf8(_("''The Web-Album of choice for discriminating Linux users''")), - :translator_credits => utf8(_('Japanese: Masao Mutoh + :translator_credits => utf8(_('Esperanto: Stephane Fillod +Japanese: Masao Mutoh German: Roland Eckert French: Guillaume Cottenceau')), :logo => Gdk::Pixbuf.new("#{$FPATH}/images/logo.png") }) @@ -4436,6 +4437,23 @@ def create_main_window end pop_mousecursor } + +# offset = "0:0" +# Gtk.timeout_add(1000) { +# puts "trying offset #{offset}" +# iter = $albums_ts.get_iter(offset) +# if iter +# puts "...ok at offset #{offset}" +# $current_path = $albums_ts.get_value(iter, 1) +# change_dir +# end +# if offset == "0:0" +# offset = "0:1" +# else +# offset = "0:0" +# end +# } + $albums_tv.signal_connect('button-release-event') { |w, event| if event.event_type == Gdk::Event::BUTTON_RELEASE && event.button == 3 && !$current_path.nil? menu = Gtk::Menu.new -- 2.30.4