[maemo-commits] [maemo-commits] r11365 - in projects/haf/trunk/libhildonmime: libhildonmime tests
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Apr 27 19:19:46 EEST 2007
- Previous message: [maemo-commits] r11364 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r11366 - projects/haf/tags/libhildonmime
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: martyn Date: 2007-04-27 19:19:44 +0300 (Fri, 27 Apr 2007) New Revision: 11365 Modified: projects/haf/trunk/libhildonmime/libhildonmime/hildon-uri.c projects/haf/trunk/libhildonmime/tests/test-all.c Log: Release 1.9.4 Modified: projects/haf/trunk/libhildonmime/libhildonmime/hildon-uri.c =================================================================== --- projects/haf/trunk/libhildonmime/libhildonmime/hildon-uri.c 2007-04-27 16:11:00 UTC (rev 11364) +++ projects/haf/trunk/libhildonmime/libhildonmime/hildon-uri.c 2007-04-27 16:19:44 UTC (rev 11365) @@ -63,8 +63,8 @@ #define APP_LAUNCH_BANNER_METHOD "app_launch_banner" -/* #define DEBUG_MSG(x)*/ -#define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n"); +#define DEBUG_MSG(x) +/* #define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n"); */ /* The ID is the group name in the desktop file for this * action, the domain is the translation domain used for the Modified: projects/haf/trunk/libhildonmime/tests/test-all.c =================================================================== --- projects/haf/trunk/libhildonmime/tests/test-all.c 2007-04-27 16:11:00 UTC (rev 11364) +++ projects/haf/trunk/libhildonmime/tests/test-all.c 2007-04-27 16:19:44 UTC (rev 11365) @@ -341,7 +341,7 @@ uri_str = "http://www.nokia.com"; actions = hildon_uri_get_actions_by_uri (uri_str, -1, NULL); -/* assert_int (g_slist_length (actions), 4); */ + assert_int (g_slist_length (actions), 4); /* The default. */ assert_bool (is_default_action (actions, "uri_link_open_link", uri_str));
- Previous message: [maemo-commits] r11364 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r11366 - projects/haf/tags/libhildonmime
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]