Switch the url used in dbus paths to ladish.org

This commit is contained in:
Nedko Arnaudov 2009-07-28 00:44:15 +03:00
parent e221c2c209
commit 9fd5b6cb7b
3 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@
#include "globals.hpp"
#include "dbus_helpers.h"
#define LASH_SERVICE "org.nongnu.LASH"
#define LASH_SERVICE DBUS_NAME_BASE
#define LASH_OBJECT "/"
#define LASH_IFACE_CONTROL "org.nongnu.LASH.Control"
#define LASH_IFACE_CONTROL DBUS_NAME_BASE ".Control"
using namespace std;

View File

@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
control_interface_name = 'org.nongnu.LASH.Control'
service_name = 'org.nongnu.LASH'
control_interface_name = 'org.ladish.Control'
service_name = 'org.ladish'
import sys
import os

View File

@ -7,7 +7,7 @@ import Utils
APPNAME='ladish'
VERSION='1'
DBUS_NAME_BASE = 'org.nongnu.LASH'
DBUS_NAME_BASE = 'org.ladish'
# these variables are mandatory ('/' are converted automatically)
srcdir = '.'