[gq-commit] gq/src browse-dnd.c,1.12,1.13
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-09-28 23:02:06
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv21525 Modified Files: browse-dnd.c Log Message: * Added some type casts to supress compile-time warnings Index: browse-dnd.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/browse-dnd.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** browse-dnd.c 26 Sep 2003 23:30:28 -0000 1.12 --- browse-dnd.c 28 Sep 2003 23:01:52 -0000 1.13 *************** *** 835,839 **** copy_entry(widget, tab); ! ctreeroot = BROWSETAB(tab)->ctreeroot selhash = gtk_object_get_data(GTK_OBJECT(ctreeroot), --- 835,839 ---- copy_entry(widget, tab); ! ctreeroot = GTK_WIDGET(BROWSETAB(tab)->ctreeroot); selhash = gtk_object_get_data(GTK_OBJECT(ctreeroot), *************** *** 989,993 **** GtkWidget *ctree; ! ctree = BROWSETAB(tab)->ctreeroot; #ifdef DEBUG --- 989,993 ---- GtkWidget *ctree; ! ctree = GTK_WIDGET(BROWSETAB(tab)->ctreeroot); #ifdef DEBUG |