Enlightenment CVS committal
Author : englebass
Project : e17
Module : proto
Dir : e17/proto/entropy/src/plugins
Modified Files:
etk_structure_viewer.c
Log Message:
Correct definition for dnd_types
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_structure_viewer.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- etk_structure_viewer.c 29 Dec 2006 13:02:53 -0000 1.29
+++ etk_structure_viewer.c 29 Dec 2006 13:37:19 -0000 1.30
@@ -400,8 +400,8 @@
ETK_CALLBACK(_etk_structure_viewer_row_clicked), NULL);
/*Accept drops*/
- const char **dnd_types = { "text/uri-list" };
- int dnd_types_num;
+ const char *dnd_types[] = { "text/uri-list" };
+ int dnd_types_num;
dnd_types_num = 1;
etk_widget_dnd_types_set(
ETK_WIDGET(((Etk_Tree_Row*)parent_visual)->tree),
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs