Remove a leftover debug print and fix a typo.
This commit is contained in:
parent
ffc7382084
commit
9de8746df1
@ -566,7 +566,6 @@ class Activity(Window, gtk.Container):
|
|||||||
client.will_quit(True)
|
client.will_quit(True)
|
||||||
|
|
||||||
def __sm_quit_cb(self, client):
|
def __sm_quit_cb(self, client):
|
||||||
print 'sm quit'
|
|
||||||
self.close(force=True)
|
self.close(force=True)
|
||||||
|
|
||||||
def __canvas_map_cb(self, canvas):
|
def __canvas_map_cb(self, canvas):
|
||||||
|
@ -36,7 +36,7 @@ class SessionManager(object):
|
|||||||
self.session.connect('shutdown_completed',
|
self.session.connect('shutdown_completed',
|
||||||
self.__shutdown_completed_cb)
|
self.__shutdown_completed_cb)
|
||||||
|
|
||||||
def initiate_shutdown(self, ):
|
def initiate_shutdown(self):
|
||||||
self.session.initiate_shutdown()
|
self.session.initiate_shutdown()
|
||||||
|
|
||||||
def shutdown_completed(self):
|
def shutdown_completed(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user