Re: Strange Clist !!!!



Hello,

 
int find_row(GtkCList *lista,char *texto,int
columna)
{
      char **texto_temp;

I think this declaration should be  
        char *textto_temp ;
             ^ look here
      int i=0;
      if(texto==NULL) return -1;


while(gtk_clist_get_text(lista,i,columna,texto_temp))

and this line should be something like

while(gtk_clist_get_text(lista,i,columna,&texto_temp))
                                          ^ look here
someone will comment in detail may be.

Tushar

=====
____________________________________________________________
Full Name     : Tushar Vijay Joshi
Address       : 42/3  Ujjwal Nagar,  Wardha Road,  Nagpur  440 025
Contant Nos : (0) 91-712-2235940 (R) 91-712-2260565 (M) 98222-20365
Email           : tusharvjoshi yahoo com   YahooID: tusharvjoshi
Linux User# :  252476  Machine #: 187438, 187439

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



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