Drop superfluous "garage" from the D-Bus service name
[cinaest] / src / imdb / plaintext-downloader-interface.vala
index bdacd6d..0aa840a 100644 (file)
@@ -1,10 +1,10 @@
 using GLib;
 
-[DBus (name = "org.maemo.garage.cinaest.Downloader", signals = ("progress", "description_changed"))]
+[DBus (name = "org.maemo.cinaest.Downloader", signals = ("progress", "description_changed"))]
 public interface IMDbDownloader {
-       public const string DBUS_SERVICE = "org.maemo.garage.cinaest.IMDb";
-       public const string DBUS_OBJECT = "/org/maemo/garage/cinaest/imdb";
-       public const string DBUS_IFACE = "org.maemo.garage.cinaest.Downloader";
+       public const string DBUS_SERVICE = "org.maemo.cinaest.IMDb";
+       public const string DBUS_OBJECT = "/org/maemo/cinaest/imdb";
+       public const string DBUS_IFACE = "org.maemo.cinaest.Downloader";
        public const int MOVIES = 0x1;
        public const int GENRES = 0x2;
        public const int RATINGS = 0x4;