: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") })
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