topinambour 1.0.14 → 1.0.15

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: a0096f33f7deda14242cf4d17ff738edcd8596a7
4
- data.tar.gz: 3495922b871cf7a0b9bacab870c34452cafb21c9
3
+ metadata.gz: 2f33164daf585f9af81b3f33ef0c3d998e78642a
4
+ data.tar.gz: efd33dc246eb3db5f6845e460bbb09b77d70eee7
5
5
  SHA512:
6
- metadata.gz: 82c72cf7a2ddbe9ded6b50c657587565752b0ee0647fc19be298e7b6b2176a755d93d7a7c910341ba1d1eb0c65dd0f143e0fa2afbbb966757a57741531aa74e5
7
- data.tar.gz: aa040c19ca5f66c91a3d43be69e15bf7f7f876b5a8c7ebf712ef3bbb45a8fdc0213eb69de618affc1a59ce68a703f9a843127f8deeabef3eb97ba46a310d2568
6
+ metadata.gz: '048c8302b2c932f8cb6db57345c147ca2c1538c12f18f8573b4fa4a43556998e761562172e36d86410be9a0ecf37c0a4b6d6f49e49894b2e7fbb0ccbb4a97b2b'
7
+ data.tar.gz: 80ff9221eb6e0d4b1527ac0100637c6bc02cadfb27553c32bff0c56282b4952eae55e597b3c263a7a826413b5470d4c360560215585dc12e97bfec7aaba423dd
@@ -232,7 +232,7 @@ class ChooserListRow < Gtk::ListBoxRow
232
232
  button = Gtk::Button.new
233
233
  button.image = generate_preview_image(child.preview)
234
234
  button.signal_connect("clicked") do
235
- @notebook.current_page = index parent.class == Gtk::ListBox
235
+ @notebook.current_page = index if parent.class == Gtk::ListBox
236
236
  end
237
237
  button
238
238
  end
data/lib/window.rb CHANGED
@@ -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.14",
93
+ "version" => "1.0.15",
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.14
4
+ version: 1.0.15
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-11 00:00:00.000000000 Z
11
+ date: 2017-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vte3