We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35fdd9 commit bc5c89eCopy full SHA for bc5c89e
1 file changed
usr/lib/webapp-manager/webapp-manager.py
@@ -44,6 +44,8 @@ def __init__(self, application_id, flags):
44
Gtk.Application.__init__(self, application_id=application_id, flags=flags)
45
self.connect("activate", self.activate)
46
47
+ GLib.set_prgname("webapp-manager")
48
+
49
def activate(self, application):
50
windows = self.get_windows()
51
if len(windows) > 0:
0 commit comments