Skip to content

Commit

Permalink
changed to display main display first
Browse files Browse the repository at this point in the history
  • Loading branch information
hezral committed Oct 6, 2020
1 parent 6198cde commit d98c788
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/usr/share/inspektor/parser.py
/usr/share/inspektor/application.py
/usr/share/inspektor/window.py
/usr/share/inspektor/about.py
/usr/share/inspektor/constants.py
/usr/share/inspektor/__pycache__/parser.cpython-36.pyc
/usr/share/inspektor/__pycache__/application.cpython-36.pyc
/usr/share/inspektor/__pycache__/window.cpython-36.pyc
/usr/share/inspektor/__pycache__/about.cpython-36.pyc
/usr/share/inspektor/__pycache__/constants.cpython-36.pyc
/usr/bin/com.github.hezral.inspektor
/usr/share/metainfo/com.github.hezral.inspektor.appdata.xml
/usr/share/applications/com.github.hezral.inspektor.desktop
/usr/share/contractor/com.github.hezral.inspektor.contract
/usr/share/icons/hicolor/scalable/apps/com.github.hezral.inspektor.svg
/usr/share/icons/hicolor/16x16/apps/com.github.hezral.inspektor.svg
/usr/share/icons/hicolor/24x24/apps/com.github.hezral.inspektor.svg
/usr/share/icons/hicolor/32x32/apps/com.github.hezral.inspektor.svg
/usr/share/icons/hicolor/48x48/apps/com.github.hezral.inspektor.svg
/usr/share/icons/hicolor/64x64/apps/com.github.hezral.inspektor.svg
/usr/share/icons/hicolor/128x128/apps/com.github.hezral.inspektor.svg
/usr/share/com.github.hezral.inspektor/application.py
/usr/share/com.github.hezral.inspektor/window.py
/usr/share/com.github.hezral.inspektor/parser.py
/usr/share/com.github.hezral.inspektor/about.py
/usr/share/com.github.hezral.inspektor/constants.py
/usr/share/inspektor-1.0.0-py3.6.egg-info
2 changes: 2 additions & 0 deletions inspektor/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def do_activate(self):
self.window = InspektorWindow(application=self)
self.add_window(self.window)

self.window.show_all()

if self.file is None:
self.file = self.filechooser() #GLocalFile object
else:
Expand Down

0 comments on commit d98c788

Please sign in to comment.