yasysdui 1.0.0 → 1.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/bin/yasysdui +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0a3e992efcb04c043a58eefeff250bba4a86d861a17c01b2a59a5599f64bc0d
|
4
|
+
data.tar.gz: 0fe081d9e999d7f11cb2915c42c0d7356183c74bcc3777657e33179cffc6a3be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fd3eb0e22f1db6596b8f5110dbdbe013527c6644b6781419edb19bae2a8e7fd2d4bed0c492519b6ab8cf58d31437e94044f66a83b9a4f0cb7f90c248c181462
|
7
|
+
data.tar.gz: a31feffb6f17d65d2bd7709fe632fbcc89af2055d4e3d1a0167736970e84c62a35b2d11bb389df0f594ef1e5280d529f8ce06e52b3f5f519f9e0baaaef0f853d
|
data/bin/yasysdui
CHANGED
@@ -197,7 +197,8 @@ class Application < Gtk::Window
|
|
197
197
|
@service_controler.connect_list_sel_to_textv
|
198
198
|
end
|
199
199
|
def do_fastsearch(text)
|
200
|
-
|
200
|
+
# fix issue #1 .. we need to downcase the search string as well (index is downcased as well)
|
201
|
+
@list_area.trv.model.filterstr = text.downcase
|
201
202
|
@list_area.trv.model.refilter
|
202
203
|
end
|
203
204
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yasysdui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Denis Mertz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-09-
|
11
|
+
date: 2018-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gtk3
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '3.2'
|
27
|
-
description: A quick and dirty gtk3 ui wrapper around systemd/systemctl
|
27
|
+
description: A quick and dirty ruby-gtk3 ui wrapper around systemd/systemctl
|
28
28
|
email: dev@familie-mertz.eu
|
29
29
|
executables:
|
30
30
|
- yasysdui
|