Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r4844 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
2. Locations: Changes to 'master' ([EMAIL PROTECTED])
3. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
--- Begin Message ---
Author: tick
Date: 2008-12-03 16:33:52 +0100 (Wed, 03 Dec 2008)
New Revision: 4844
Modified:
trunk/src/target/opkg/libopkg/opkg_cmd.c
Log:
opkg: remove the free_error_list wrong usage bug
Thanks for manitu
Modified: trunk/src/target/opkg/libopkg/opkg_cmd.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_cmd.c 2008-12-03 01:21:12 UTC (rev
4843)
+++ trunk/src/target/opkg/libopkg/opkg_cmd.c 2008-12-03 15:33:52 UTC (rev
4844)
@@ -151,7 +151,7 @@
error_list = error_list->next;
}
- free_error_list(&error_list);
+ free_error_list();
}
}
--- End Message ---
--- Begin Message ---
src/e_ctrl.c | 14 +++++++-------
src/e_ctrl.h | 2 +-
src/e_nav.c | 12 ++++++------
src/e_nav_item_ap.c | 6 +++---
src/e_nav_item_link.c | 6 +++---
src/e_nav_item_location.c | 22 +++++++++++-----------
src/e_nav_item_neo_me.c | 6 +++---
src/e_nav_item_neo_other.c | 24 ++++++++++++------------
src/e_nav_tileset.c | 30 +++++++++++++++---------------
src/e_spiralmenu.c | 30 +++++++++++++++---------------
src/msgboard.c | 16 ++++++++--------
src/widgets/e_nav_button_bar.c | 28 ++++++++++++++--------------
src/widgets/e_nav_contact_editor.c | 4 ++--
src/widgets/e_nav_contact_editor.h | 2 +-
src/widgets/e_nav_dialog.c | 10 +++++-----
src/widgets/e_nav_list.c | 12 ++++++------
tools/om-locations-map-pack.c | 14 +++++++-------
17 files changed, 119 insertions(+), 119 deletions(-)
New commits:
commit d098a2509901682ca1174f1c85a6aabd2559fb43
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date: Thu Dec 4 12:13:14 2008 +0800
Use Eina directly.
We are using the latest APIs from ETK. It does no harm to use Eina
directly.
--- End Message ---
--- Begin Message ---
.../qtopia-phone/openmoko-phoneprofile-data.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 2a4368b3a1d631bfcb0f6ac51a777dbe621dde5e
Author: John Lee <[EMAIL PROTECTED]>
Date: Thu Dec 4 12:13:33 2008 +0800
openmoko-phoneprofile-data.bb: increase PR to get the modified config.
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog