gtk+ r21750 - trunk/tests
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21750 - trunk/tests
- Date: Sat,  1 Nov 2008 12:18:07 +0000 (UTC)
Author: tml
Date: Sat Nov  1 12:18:07 2008
New Revision: 21750
URL: http://svn.gnome.org/viewvc/gtk+?rev=21750&view=rev
Log:
Print the random client type name, not the fixed one.
Modified:
   trunk/tests/testclientmessage.c
Modified: trunk/tests/testclientmessage.c
==============================================================================
--- trunk/tests/testclientmessage.c	(original)
+++ trunk/tests/testclientmessage.c	Sat Nov  1 12:18:07 2008
@@ -83,9 +83,9 @@
 						  g_rand_int_range (g_rand_new (), 1, 99)),
 				 FALSE);
 
-  g_print ("using client message type %s\n", gdk_atom_name (my_type));
+  g_print ("using random client message type %s\n", gdk_atom_name (random_type));
 
- window = g_object_connect (g_object_new (gtk_window_get_type (),
+  window = g_object_connect (g_object_new (gtk_window_get_type (),
 					   "type", GTK_WINDOW_TOPLEVEL,
 					   "title", "testclientmessage",
 					   "border_width", 10,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]