Revision: 1719
http://geeqie.svn.sourceforge.net/geeqie/?rev=1719&view=rev
Author: nadvornik
Date: 2009-05-31 14:32:39 +0000 (Sun, 31 May 2009)
Log Message:
-----------
fixed incorrect type conversion
Modified Paths:
--------------
trunk/src/main.c
Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c 2009-05-31 13:32:09 UTC (rev 1718)
+++ trunk/src/main.c 2009-05-31 14:32:39 UTC (rev 1719)
@@ -854,7 +854,7 @@
work = command_line->cmd_list;
while (work)
{
- collection_add(cd, file_data_new_simple((gchar
*)work->data), FALSE);
+ collection_add(cd, (FileData *)work->data, FALSE);
work = work->next;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn