viewgit/index.php:465 Only variables should be passed by reference [2048]

viewgit/index.php:466 Non-static method GeSHi::get_language_name_from_extension() should not be called statically [2048]

  1. #
  2. # -*- coding: utf-8 -*-
  3. #
  4. #
  5.  
  6. import gtk, pygtk, gst
  7. from RaiTV import VideoWidget, Interface
  8.  
  9. ui = Interface.UI()
  10.  
  11. ui.show_all()
  12. ui.start_video()
  13.  
  14. gtk.main()
  15.