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 +4 -4
- data/lib/terminal_chooser.rb +1 -1
- data/lib/window.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f33164daf585f9af81b3f33ef0c3d998e78642a
|
4
|
+
data.tar.gz: efd33dc246eb3db5f6845e460bbb09b77d70eee7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '048c8302b2c932f8cb6db57345c147ca2c1538c12f18f8573b4fa4a43556998e761562172e36d86410be9a0ecf37c0a4b6d6f49e49894b2e7fbb0ccbb4a97b2b'
|
7
|
+
data.tar.gz: 80ff9221eb6e0d4b1527ac0100637c6bc02cadfb27553c32bff0c56282b4952eae55e597b3c263a7a826413b5470d4c360560215585dc12e97bfec7aaba423dd
|
data/lib/terminal_chooser.rb
CHANGED
@@ -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.
|
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.
|
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
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: vte3
|