[monkey-bubble: 391/753] Put localized values into a sublist of DirEntry.



commit eafbd94c3ca91800d479c4a7b2b68e2e3ed7f7b3
Author: Martin Baulig <martin src gnome org>
Date:   Wed Jun 6 12:07:15 2001 +0000

    Put localized values into a sublist of DirEntry.

 monikers/test-ditem.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/monikers/test-ditem.c b/monikers/test-ditem.c
index 3483332..ce0b8e8 100644
--- a/monikers/test-ditem.c
+++ b/monikers/test-ditem.c
@@ -74,6 +74,12 @@ main (int argc, char **argv)
 		printf ("got value as string %s\n", BONOBO_ARG_GET_STRING (value));
         CORBA_exception_free (&ev);
 
+        CORBA_exception_init (&ev);
+	value = bonobo_pbclient_get_value (db, "/Desktop Entry/Name", TC_string, &ev);
+	if (value)
+		printf ("got value as string (%s)\n", BONOBO_ARG_GET_STRING (value));
+        CORBA_exception_free (&ev);
+
 	exit (0);
 
         CORBA_exception_init (&ev);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]