[transmageddon] update python file to point to new icon location
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [transmageddon] update python file to point to new icon location
- Date: Fri, 29 Nov 2013 14:02:04 +0000 (UTC)
commit 7feda1fca1b584b3c8fa137b81e76fc7942a93e2
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date: Fri Nov 29 14:58:28 2013 +0100
update python file to point to new icon location
src/transmageddon.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index e4d07af..70fcd73 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -340,13 +340,13 @@ class TransmageddonUI(Gtk.ApplicationWindow):
# self.FileChooser.set_current_folder(self.videodirectory)
# Setting AppIcon
- FileExist = os.path.isfile("../../share/pixmaps/transmageddon.png")
+ FileExist = os.path.isfile("../../share/icons/hicolor/48x48/transmageddon.png")
if FileExist:
self.set_icon_from_file( \
- "../../share/pixmaps/transmageddon.png")
+ "../../share/icons/hicolor/48x48/pixmaps/transmageddon.png")
else:
try:
- self.set_icon_from_file("transmageddon.png")
+ self.set_icon_from_file("../icons/48x48/transmageddon.png")
except:
print("failed to find appicon")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]