Amador Pahim has uploaded a new change for review. Change subject: New operating systems logos. ......................................................................
New operating systems logos. Change-Id: Ibcb6c44d936b38252c44ea9c0a7a049d789a7d2e Signed-off-by: Amador Pahim <[email protected]> --- M python-gtk/images/linux.png M python-gtk/images/ovirt.png M python-gtk/images/rhel.png A python-gtk/images/sles.png M python-gtk/images/ubuntu.png M python-gtk/images/win.png M python-gtk/userportalgtk.py 7 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/samples-portals refs/changes/92/28192/1 diff --git a/python-gtk/images/linux.png b/python-gtk/images/linux.png index 132bc3a..8312acd 100644 --- a/python-gtk/images/linux.png +++ b/python-gtk/images/linux.png Binary files differ diff --git a/python-gtk/images/ovirt.png b/python-gtk/images/ovirt.png index 5dd9a48..347bd4e 100644 --- a/python-gtk/images/ovirt.png +++ b/python-gtk/images/ovirt.png Binary files differ diff --git a/python-gtk/images/rhel.png b/python-gtk/images/rhel.png index 91d13b3..e37b23f 100644 --- a/python-gtk/images/rhel.png +++ b/python-gtk/images/rhel.png Binary files differ diff --git a/python-gtk/images/sles.png b/python-gtk/images/sles.png new file mode 100644 index 0000000..2cb18ec --- /dev/null +++ b/python-gtk/images/sles.png Binary files differ diff --git a/python-gtk/images/ubuntu.png b/python-gtk/images/ubuntu.png index de6dd1e..2801e95 100644 --- a/python-gtk/images/ubuntu.png +++ b/python-gtk/images/ubuntu.png Binary files differ diff --git a/python-gtk/images/win.png b/python-gtk/images/win.png index a43df8a..b4a4f3e 100644 --- a/python-gtk/images/win.png +++ b/python-gtk/images/win.png Binary files differ diff --git a/python-gtk/userportalgtk.py b/python-gtk/userportalgtk.py index 6f88fb6..bf8a88b 100755 --- a/python-gtk/userportalgtk.py +++ b/python-gtk/userportalgtk.py @@ -111,9 +111,11 @@ if "rhel" in os: self._img_So.set_from_file(self._dir + "/images/rhel.png") + elif "sles" in os: + self._img_So.set_from_file(self._dir + "/images/sles.png") elif "ubuntu" in os: self._img_So.set_from_file(self._dir + "/images/ubuntu.png") - elif "other" in os: + elif "other_linux" in os: self._img_So.set_from_file(self._dir + "/images/linux.png") elif "windows" in os: self._img_So.set_from_file(self._dir + "/images/win.png") -- To view, visit http://gerrit.ovirt.org/28192 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibcb6c44d936b38252c44ea9c0a7a049d789a7d2e Gerrit-PatchSet: 1 Gerrit-Project: samples-portals Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
