comparison gtk/dw.c @ 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
comparison
equal deleted inserted replaced
90:eeb98f881663 91:67cd8e97ef8c
5811 5811
5812 if(!window) 5812 if(!window)
5813 return; 5813 return;
5814 5814
5815 DW_MUTEX_LOCK; 5815 DW_MUTEX_LOCK;
5816 ret = (void *)gtk_object_set_data(GTK_OBJECT(window), dataname); 5816 ret = (void *)gtk_object_get_data(GTK_OBJECT(window), dataname);
5817 DW_MUTEX_UNLOCK; 5817 DW_MUTEX_UNLOCK;
5818 return ret; 5818 return ret;
5819 } 5819 }
5820 5820
5821 #ifndef NO_SIGNALS 5821 #ifndef NO_SIGNALS