[gnome-music] data: Fix deprecation warnings in GTK+



commit d5bba5d1f1bc549c9a0afdeb0f6c166dc0638501
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 2 11:30:19 2015 +0100

    data: Fix deprecation warnings in GTK+
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758942

 data/application.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index d0610e5..1da77d7 100644
--- a/data/application.css
+++ b/data/application.css
@@ -20,13 +20,13 @@
 }
  
 GdMainListView{
-    gtk-key-bindings: UnbindSpace;
+    -gtk-key-bindings: UnbindSpace;
 }
 GdMainView{
-    gtk-key-bindings: UnbindSpace;
+    -gtk-key-bindings: UnbindSpace;
 }
 GtkTreeView{
-    gtk-key-bindings: UnbindSpace;
+    -gtk-key-bindings: UnbindSpace;
 }
 .cover{
     padding-left:24px;


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