[pitivi] application: Fix operator to be able to open xges files
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] application: Fix operator to be able to open xges files
- Date: Thu, 26 Sep 2019 19:46:16 +0000 (UTC)
commit 676f47f067d503990a5968df26f988f5d00cb852
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue Sep 24 11:24:09 2019 +0200
application: Fix operator to be able to open xges files
pitivi/application.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pitivi/application.py b/pitivi/application.py
index ce7c7a58..bec3c1a8 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -71,7 +71,7 @@ class Pitivi(Gtk.Application, Loggable):
def __init__(self):
Gtk.Application.__init__(self,
application_id="org.pitivi.Pitivi",
- flags=Gio.ApplicationFlags.NON_UNIQUE &
+ flags=Gio.ApplicationFlags.NON_UNIQUE |
Gio.ApplicationFlags.HANDLES_OPEN)
Loggable.__init__(self)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]