Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_gadcon_config.c e_msgbus.c Log Message: typo!!!! =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -3 -r1.48 -r1.49 --- e_int_gadcon_config.c 13 Feb 2008 04:51:01 -0000 1.48 +++ e_int_gadcon_config.c 11 Jun 2008 07:02:05 -0000 1.49 @@ -327,6 +327,7 @@ if (strcmp(name, cgc->name)) continue; e_gadcon_client_config_del(cfdata->gc->cf, cgc); update = 1; + break; } } if (update) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_msgbus.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_msgbus.c 13 Feb 2008 04:51:01 -0000 1.4 +++ e_msgbus.c 11 Jun 2008 07:02:05 -0000 1.5 @@ -40,7 +40,7 @@ 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"); ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs