comparison gtk/dw.c @ 1374:d5c1ce21577e

Missing ; in the GTK1/2 source.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 22 Nov 2011 21:13:02 +0000
parents bad3e17ab6e5
children 156e32814c83
comparison
equal deleted inserted replaced
1373:bad3e17ab6e5 1374:d5c1ce21577e
3961 tmphandle = _find_submenu_id(menu, numbuf); 3961 tmphandle = _find_submenu_id(menu, numbuf);
3962 3962
3963 if(tmphandle) 3963 if(tmphandle)
3964 { 3964 {
3965 gtk_widget_destroy(tmphandle); 3965 gtk_widget_destroy(tmphandle);
3966 gtk_object_set_data(GTK_OBJECT(menu), numbuf, NULL) 3966 gtk_object_set_data(GTK_OBJECT(menu), numbuf, NULL);
3967 ret = DW_ERROR_NONE; 3967 ret = DW_ERROR_NONE;
3968 } 3968 }
3969 DW_MUTEX_UNLOCK; 3969 DW_MUTEX_UNLOCK;
3970 return ret; 3970 return ret;
3971 } 3971 }