changeset 91:67cd8e97ef8c

Ick.. fixed typos in the GTK code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 22 Apr 2002 08:36:26 +0000
parents eeb98f881663
children 0a085f295e81
files gtk/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Mon Apr 22 08:34:35 2002 +0000
+++ b/gtk/dw.c	Mon Apr 22 08:36:26 2002 +0000
@@ -5813,7 +5813,7 @@
 		return;
 
 	DW_MUTEX_LOCK;
-	ret = (void *)gtk_object_set_data(GTK_OBJECT(window),  dataname);
+	ret = (void *)gtk_object_get_data(GTK_OBJECT(window), dataname);
 	DW_MUTEX_UNLOCK;
 	return ret;
 }