SVN revision: 34798
This commit is contained in:
Carsten Haitzler 2008-06-11 07:02:05 +00:00
parent e763cc453f
commit cf2d797345
2 changed files with 2 additions and 1 deletions

View File

@ -327,6 +327,7 @@ _cb_del(void *data, void *data2)
if (strcmp(name, cgc->name)) continue;
e_gadcon_client_config_del(cfdata->gc->cf, cgc);
update = 1;
break;
}
}
if (update)

View File

@ -40,7 +40,7 @@ e_msgbus_init(void)
printf("WARNING: Cannot get DBUS_BUS_SESSION\n");
return 0;
}
e_dbus_request_name(_e_msgbus_data->conn, "org.enlighenment.wm.service", 0, _e_msgbus_request_name_cb, NULL);
e_dbus_request_name(_e_msgbus_data->conn, "org.enlightenment.wm.service", 0, _e_msgbus_request_name_cb, NULL);
_e_msgbus_data->obj = e_dbus_object_add(_e_msgbus_data->conn, "/org/enlightenment/wm/RemoteObject", NULL);
iface = e_dbus_interface_new("org.enlightenment.wm.Core");