gpointing-device-settings r182 - trunk/test
- From: hiikezoe svn gnome org
- To: svn-commits-list gnome org
- Subject: gpointing-device-settings r182 - trunk/test
- Date: Mon, 9 Mar 2009 03:23:23 +0000 (UTC)
Author: hiikezoe
Date: Mon Mar 9 03:23:23 2009
New Revision: 182
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=182&view=rev
Log:
gpds_ui_new() needs device-name property.
Modified:
trunk/test/test-ui.c
Modified: trunk/test/test-ui.c
==============================================================================
--- trunk/test/test-ui.c (original)
+++ trunk/test/test-ui.c Mon Mar 9 03:23:23 2009
@@ -59,7 +59,9 @@
void
test_new (void)
{
- ui = gpds_ui_new("touchpad", NULL);
+ ui = gpds_ui_new("touchpad",
+ "device-name", "touchpad",
+ NULL);
cut_assert(ui);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]