[gnome-music] We do not need to register the Gio.Resource



commit 835844a32ff38f7e0c3df60fdf7832760c5b9397
Author: Felipe Borges <felipe10borges gmail com>
Date:   Mon Aug 5 08:23:11 2013 -0300

    We do not need to register the Gio.Resource

 gnomemusic/application.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gnomemusic/application.py b/gnomemusic/application.py
index 26aa2ce..b9ebc78 100644
--- a/gnomemusic/application.py
+++ b/gnomemusic/application.py
@@ -57,9 +57,6 @@ class Application(Gtk.Application):
     def do_startup(self):
         Gtk.Application.do_startup(self)
 
-        resource = Gio.Resource.load("data/gnome-music.gresource");
-        resource._register();
-
         self.build_app_menu()
 
     def quit(self, action, param):


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