Revision: 1915
http://geeqie.svn.sourceforge.net/geeqie/?rev=1915&view=rev
Author: mow
Date: 2010-02-28 22:55:37 +0000 (Sun, 28 Feb 2010)
Log Message:
-----------
Add unknown file class to grouping
Modified Paths:
--------------
trunk/src/filefilter.c
trunk/src/options.c
Modified: trunk/src/filefilter.c
===================================================================
--- trunk/src/filefilter.c 2010-02-28 15:17:12 UTC (rev 1914)
+++ trunk/src/filefilter.c 2010-02-28 22:55:37 UTC (rev 1915)
@@ -283,6 +283,7 @@
if (g_ascii_strcasecmp(ext, "%image") == 0) file_class =
FORMAT_CLASS_IMAGE;
else if (g_ascii_strcasecmp(ext, "%raw") == 0) file_class =
FORMAT_CLASS_RAWIMAGE;
else if (g_ascii_strcasecmp(ext, "%meta") == 0) file_class =
FORMAT_CLASS_META;
+ else if (g_ascii_strcasecmp(ext, "%unknown") == 0) file_class =
FORMAT_CLASS_UNKNOWN;
if (file_class == -1)
{
Modified: trunk/src/options.c
===================================================================
--- trunk/src/options.c 2010-02-28 15:17:12 UTC (rev 1914)
+++ trunk/src/options.c 2010-02-28 22:55:37 UTC (rev 1915)
@@ -149,7 +149,7 @@
}
set_default_image_overlay_template_string(&options->image_overlay.template_string);
- options->sidecar.ext = g_strdup(".jpg;%raw;.ufraw;.xmp");
+ options->sidecar.ext = g_strdup(".jpg;%raw;.ufraw;.xmp;%unknown");
options->shell.path = g_strdup(GQ_DEFAULT_SHELL_PATH);
options->shell.options = g_strdup(GQ_DEFAULT_SHELL_OPTIONS);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn