topinambour 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/font_selector.rb +2 -2
  3. data/lib/window.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a208a5eb51331ea6a9035a9abab37279ac712dd97b7d5b9a6608a0d351d0a67
4
- data.tar.gz: dbf4d7b05cb1c35ed6578f54ac6eff16a6ea06128aac156d8af4a2908b9d41a9
3
+ metadata.gz: b44fb9f42ec2c2caba7d0b6dbe2c27082e8fa8c72dd93d5ecd64f2a58583fb3a
4
+ data.tar.gz: bef9098272e9215a47afe265d79a337768934c931663e7db308cfc58c578062b
5
5
  SHA512:
6
- metadata.gz: d56c4454ac2cfbf19bab7333dd7e0c498c44504c4e47388c1478575d552964fe6d5d30f9b2933d57263cf074e7e587e00b80ebd272db9ffad700b9f4cf8b9dd6
7
- data.tar.gz: 884b51c180f5292d60abb1357ca831e9e37dc6d39878fbccbfc38721c3d3182c7efa02e0b91ccfa285c90a241329813ffac847dd066816882efd6ea5c2a22ab6
6
+ metadata.gz: 39a81186b7e77148c3bdde8cb51667b8fc74f357caf12f67d1de60aef90c0d35ab0efda55ce246bd82f8aaf5ca6a521c3daaaaf733940e79e3776f7350565900
7
+ data.tar.gz: 2c45ce6ce34ecca9378e4ce89ac07dcc47efde080e4d1cbd66bac0d1a232d8b40d614af1916cfdbc2c4a241c40ab672c4050ca3981d93926dba2013510d25532
@@ -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.notebook.current.term.font
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.notebook.current.term.font = font_button.font_name
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
 
@@ -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.1",
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.1
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-01-27 00:00:00.000000000 Z
11
+ date: 2018-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vte3