Movie sources: add get_editable method - will determine UI behavior
[cinaest] / src / plugins / google-plugin.vala
index 457e683..7f26ad1 100644 (file)
@@ -104,6 +104,10 @@ class GoogleSource : MovieSource {
                }
                return description;
        }
+
+       public override bool get_editable () {
+               return false;
+       }
 }
 
 [ModuleInit]