topinambour 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/font_selector.rb +2 -2
- data/lib/window.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b44fb9f42ec2c2caba7d0b6dbe2c27082e8fa8c72dd93d5ecd64f2a58583fb3a
|
|
4
|
+
data.tar.gz: bef9098272e9215a47afe265d79a337768934c931663e7db308cfc58c578062b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39a81186b7e77148c3bdde8cb51667b8fc74f357caf12f67d1de60aef90c0d35ab0efda55ce246bd82f8aaf5ca6a521c3daaaaf733940e79e3776f7350565900
|
|
7
|
+
data.tar.gz: 2c45ce6ce34ecca9378e4ce89ac07dcc47efde080e4d1cbd66bac0d1a232d8b40d614af1916cfdbc2c4a241c40ab672c4050ca3981d93926dba2013510d25532
|
data/lib/font_selector.rb
CHANGED
|
@@ -17,7 +17,7 @@ class TopinambourFontSelector < Gtk::Box
|
|
|
17
17
|
attr_reader :font
|
|
18
18
|
def initialize(window)
|
|
19
19
|
@window = window
|
|
20
|
-
@font = @window.
|
|
20
|
+
@font = @window.terminal.font
|
|
21
21
|
super(:horizontal, 0)
|
|
22
22
|
|
|
23
23
|
reset_button = Gtk::Button.new(:label => "Reset")
|
|
@@ -33,7 +33,7 @@ class TopinambourFontSelector < Gtk::Box
|
|
|
33
33
|
font_button.use_font = true
|
|
34
34
|
font_button.use_size = false
|
|
35
35
|
font_button.signal_connect "font-set" do
|
|
36
|
-
@window.
|
|
36
|
+
@window.terminal.font = font_button.font_name
|
|
37
37
|
end
|
|
38
38
|
pack_start(font_button, :expand => false, :fill => false, :padding => 0)
|
|
39
39
|
|
data/lib/window.rb
CHANGED
|
@@ -64,7 +64,7 @@ class TopinambourWindow < Gtk::ApplicationWindow
|
|
|
64
64
|
"license" => "This program is licenced under the licence GPL-3.0 and later.",
|
|
65
65
|
"logo_icon_name" => "utilities-terminal-symbolic",
|
|
66
66
|
"program_name" => "Topinambour",
|
|
67
|
-
"version" => "2.0.
|
|
67
|
+
"version" => "2.0.2",
|
|
68
68
|
"website" => "https://github.com/cedlemo/topinambour",
|
|
69
69
|
"website_label" => "Topinambour github repository"
|
|
70
70
|
)
|
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: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
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: 2018-
|
|
11
|
+
date: 2018-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: vte3
|