topinambour 1.0.15 → 1.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f33164daf585f9af81b3f33ef0c3d998e78642a
4
- data.tar.gz: efd33dc246eb3db5f6845e460bbb09b77d70eee7
3
+ metadata.gz: f5c93eafb8c228baa405d2d3d3ef937a3c4cfb82
4
+ data.tar.gz: 8a2f504b545bc51830cb07216df766e40a50459b
5
5
  SHA512:
6
- metadata.gz: '048c8302b2c932f8cb6db57345c147ca2c1538c12f18f8573b4fa4a43556998e761562172e36d86410be9a0ecf37c0a4b6d6f49e49894b2e7fbb0ccbb4a97b2b'
7
- data.tar.gz: 80ff9221eb6e0d4b1527ac0100637c6bc02cadfb27553c32bff0c56282b4952eae55e597b3c263a7a826413b5470d4c360560215585dc12e97bfec7aaba423dd
6
+ metadata.gz: 0a86353ef799af18b34f4f3b4ab43538f3e6a2e685b670d08d88d7b514def855a64c43a7c3f594e0c97dae5142305762aa9ffc0a87a1332efa0664e49cd76884
7
+ data.tar.gz: d4dde72409c9e839451f48fe9388f1f5c249d6416b8cad12f0ec703cbf19cb97eaa85de719d1b88cb22687761a65e4b6f00aab10db468c7c3ef76cfdfb243dc8
@@ -318,7 +318,7 @@ class ChooserListRow < Gtk::ListBoxRow
318
318
  dragged = @notebook.get_nth_page(src_index)
319
319
  @notebook.reorder_child(dragged, dest_index)
320
320
  @notebook.children.each_with_index do |child, i|
321
- list_box_row = @listbox.get_row_at_index(i)
321
+ list_box_row = parent.get_row_at_index(i)
322
322
  row_h_box = list_box_row.children[0]
323
323
  row_h_box.children[1].image = generate_preview_image(child.term.preview)
324
324
  row_h_box.children[2].text = child.term.terminal_title
@@ -90,7 +90,7 @@ class TopinambourWindow < Gtk::ApplicationWindow
90
90
  "license" => "This program is licenced under the licence GPL-3.0 and later.",
91
91
  "logo_icon_name" => "utilities-terminal-symbolic",
92
92
  "program_name" => "Topinambour",
93
- "version" => "1.0.15",
93
+ "version" => "1.0.16",
94
94
  "website" => "https://github.com/cedlemo/topinambour",
95
95
  "website_label" => "Topinambour github repository"
96
96
  )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: topinambour
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cedric LE MOIGNE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-17 00:00:00.000000000 Z
11
+ date: 2017-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vte3
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  requirements: []
89
89
  rubyforge_project:
90
- rubygems_version: 2.6.13
90
+ rubygems_version: 2.6.14
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: Ruby-gnome2 Terminal emulator