[maemo-commits] [maemo-commits] r13060 - in projects/haf/trunk/libhildonmime: . data debian tests
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Aug 7 18:13:54 EEST 2007
- Previous message: [maemo-commits] r13059 - in projects/haf/trunk/hildon-theme-plankton: . template
- Next message: [maemo-commits] r13061 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: martyn Date: 2007-08-07 18:13:48 +0300 (Tue, 07 Aug 2007) New Revision: 13060 Modified: projects/haf/trunk/libhildonmime/ChangeLog projects/haf/trunk/libhildonmime/data/uri-action-defaults.list projects/haf/trunk/libhildonmime/debian/changelog projects/haf/trunk/libhildonmime/tests/test-uri.c Log: * data/uri-action-defaults.list: Added xmpp scheme to the default applications list so the chat-ui is used before the address book. * tests/test-uri.c: Call g_thread_init() to stop warnings. Modified: projects/haf/trunk/libhildonmime/ChangeLog =================================================================== --- projects/haf/trunk/libhildonmime/ChangeLog 2007-08-07 14:57:19 UTC (rev 13059) +++ projects/haf/trunk/libhildonmime/ChangeLog 2007-08-07 15:13:48 UTC (rev 13060) @@ -1,3 +1,10 @@ +2007-08-07 Martyn Russell <martyn at imendio.com> + + * data/uri-action-defaults.list: Added xmpp scheme to the default + applications list so the chat-ui is used before the address book. + + * tests/test-uri.c: Call g_thread_init() to stop warnings. + 2007-07-13 Martyn Russell <martyn at imendio.com> * Release 1.9.11. Modified: projects/haf/trunk/libhildonmime/data/uri-action-defaults.list =================================================================== --- projects/haf/trunk/libhildonmime/data/uri-action-defaults.list 2007-08-07 14:57:19 UTC (rev 13059) +++ projects/haf/trunk/libhildonmime/data/uri-action-defaults.list 2007-08-07 15:13:48 UTC (rev 13060) @@ -8,6 +8,7 @@ sip=hildon-voip-ui.desktop mailto=hildon-modest.desktop chatto=hildon-chat-ui.desktop +xmpp=hildon-chat-ui.desktop # For new actions [X-Osso-URI-Scheme http] Modified: projects/haf/trunk/libhildonmime/debian/changelog =================================================================== --- projects/haf/trunk/libhildonmime/debian/changelog 2007-08-07 14:57:19 UTC (rev 13059) +++ projects/haf/trunk/libhildonmime/debian/changelog 2007-08-07 15:13:48 UTC (rev 13060) @@ -1,3 +1,9 @@ +libhildonmime (1.9.12-1~unreleased) unstable; urgency=low + + * Updated the default application list so the chat-ui is default for xmpp schemes. + + -- Martyn Russell <martyn at imendio.com> Fri, 10 Aug 2007 17:00:00 +0100 + libhildonmime (1.9.11-1) unstable; urgency=low * Fixes: NB#62728, Default handling application for "sip" link is incorrect Modified: projects/haf/trunk/libhildonmime/tests/test-uri.c =================================================================== --- projects/haf/trunk/libhildonmime/tests/test-uri.c 2007-08-07 14:57:19 UTC (rev 13059) +++ projects/haf/trunk/libhildonmime/tests/test-uri.c 2007-08-07 15:13:48 UTC (rev 13060) @@ -110,7 +110,9 @@ { GOptionContext *context; GError *error = NULL; - + + g_thread_init (NULL); + context = g_option_context_new ("- test the hildon-uri API."); g_option_context_add_main_entries (context, entries, NULL); g_option_context_parse (context, &argc, &argv, NULL);
- Previous message: [maemo-commits] r13059 - in projects/haf/trunk/hildon-theme-plankton: . template
- Next message: [maemo-commits] r13061 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]