[rygel] core: Throw more specific error



commit 0d74b2b73e56e430474fe823bc5221bbdcd3ca8f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Sep 30 00:48:24 2009 +0300

    core: Throw more specific error

 src/rygel/rygel-dbus-service.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-dbus-service.vala b/src/rygel/rygel-dbus-service.vala
index d42417a..9e2cba0 100644
--- a/src/rygel/rygel-dbus-service.vala
+++ b/src/rygel/rygel-dbus-service.vala
@@ -28,7 +28,7 @@ public class Rygel.DBusService : Object {
 
     private Main main;
 
-    public DBusService (Main main) throws GLib.Error {
+    public DBusService (Main main) throws DBus.Error {
         this.main = main;
 
         var conn = DBus.Bus.get (DBus.BusType. SESSION);



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