Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
0feef371
authored
Feb 04, 2013
by
Őry, Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laborclient: resetKey on destroy
parent
aee4a5ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
miscellaneous/laborclient/store_gui.py
+5
-1
No files found.
miscellaneous/laborclient/store_gui.py
View file @
0feef371
...
@@ -60,7 +60,7 @@ class Browser:
...
@@ -60,7 +60,7 @@ class Browser:
#Init window components
#Init window components
gobject
.
threads_init
()
gobject
.
threads_init
()
self
.
window
=
gtk
.
Window
()
self
.
window
=
gtk
.
Window
()
self
.
window
.
connect
(
"destroy"
,
gtk
.
main_quit
)
self
.
window
.
connect
(
"destroy"
,
self
.
destroy
)
self
.
window
.
set_title
(
"IK CloudStore Login"
)
self
.
window
.
set_title
(
"IK CloudStore Login"
)
#Init toolbar
#Init toolbar
...
@@ -90,6 +90,10 @@ class Browser:
...
@@ -90,6 +90,10 @@ class Browser:
#self.window.add(self.browser)
#self.window.add(self.browser)
self
.
window
.
show_all
()
self
.
window
.
show_all
()
def
destroy
(
self
,
dummy
):
self
.
browser
.
execute_script
(
"resetKey()"
)
gtk
.
main_quit
()
def
on_navigation_requested
(
self
,
view
,
frame
,
req
,
data
=
None
):
def
on_navigation_requested
(
self
,
view
,
frame
,
req
,
data
=
None
):
uri
=
req
.
get_uri
()
uri
=
req
.
get_uri
()
#print "On nav: " + uri
#print "On nav: " + uri
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment