Compare commits
No commits in common. "449353ce848531b5094157430a016eeedd52b7a8" and "da94875407e8ba18879a464829eada2c141be43b" have entirely different histories.
449353ce84
...
da94875407
2
build.sh
2
build.sh
|
@ -4,7 +4,7 @@ if [ -d unpack ]; then
|
||||||
sudo rm -rf unpack
|
sudo rm -rf unpack
|
||||||
fi
|
fi
|
||||||
|
|
||||||
version="3.0.6"
|
version="3.0.4"
|
||||||
|
|
||||||
mkdir -p unpack/DEBIAN
|
mkdir -p unpack/DEBIAN
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
/usr/share/hosts-switch/hosts-switch.py
|
/usr/lib/hosts-switch/hosts-switch.py
|
|
@ -13,7 +13,6 @@ class Window(Gtk.Window):
|
||||||
self.resize(width, height)
|
self.resize(width, height)
|
||||||
self.set_wmclass('Hosts-Switch', 'Hosts-Switch')
|
self.set_wmclass('Hosts-Switch', 'Hosts-Switch')
|
||||||
self.set_title('Hosts-Switch')
|
self.set_title('Hosts-Switch')
|
||||||
self.set_icon_name('hosts-switch')
|
|
||||||
|
|
||||||
|
|
||||||
def toggle_visible(self, icon):
|
def toggle_visible(self, icon):
|
Loading…
Reference in New Issue