[PATCH 1/1] ui/notebook.py:fix Gtk-WARNING Theme parsing error



"gtk-key-bindings" changed to "-gtk-key-bindings"
---

 meld/ui/notebook.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meld/ui/notebook.py b/meld/ui/notebook.py
index 1624c7f..2aa04e9 100644
--- a/meld/ui/notebook.py
+++ b/meld/ui/notebook.py
@@ -36,7 +36,7 @@ class MeldNotebook(Gtk.Notebook):
 
     css = b"""
         @binding-set TabSwitchBindings {}
-        MeldNotebook { gtk-key-bindings: TabSwitchBindings; }
+        MeldNotebook { -gtk-key-bindings: TabSwitchBindings; }
     """
 
     ui = """
-- 
2.9.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]