[hamradio-commits] [pyqso] 08/09: Fixed another incorrect icon path link
Iain Learmonth
irl-guest at moszumanska.debian.org
Sat Feb 7 23:49:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
irl-guest pushed a commit to branch master
in repository pyqso.
commit 9afef3167efcf1eeb5a816053863f539ad9aa116
Author: Iain R. Learmonth <irl at fsfe.org>
Date: Sat Feb 7 23:38:24 2015 +0000
Fixed another incorrect icon path link
---
debian/patches/fix_icon_path.patch | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/patches/fix_icon_path.patch b/debian/patches/fix_icon_path.patch
index e4d3090..339d0ed 100644
--- a/debian/patches/fix_icon_path.patch
+++ b/debian/patches/fix_icon_path.patch
@@ -9,3 +9,12 @@
for icon_path in possible_icon_paths:
try:
self.set_icon_from_file(icon_path)
+@@ -130,7 +130,7 @@
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.""")
+ about.set_comments("PyQSO: A contact logging tool for amateur radio operators.")
+- possible_icon_paths = [os.path.join(pyqso_path, "icons", "log_64x64.png")]
++ possible_icon_paths = ["/usr/share/icons/log_64x64.png"]
+ for icon_path in possible_icon_paths:
+ try:
+ about.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_scale(icon_path, 64, 64, False))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/pyqso.git
More information about the pkg-hamradio-commits
mailing list