Enlightenment CVS committal

Author  : gilbertt
Project : misc
Module  : feh

Dir     : misc/feh/src


Modified Files:
        index.c 


Log Message:
cosmetic fix
===================================================================
RCS file: /cvsroot/enlightenment/misc/feh/src/index.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- index.c     4 Jan 2004 00:14:13 -0000       1.63
+++ index.c     14 Jan 2004 17:45:33 -0000      1.64
@@ -65,7 +65,11 @@
 
    D_ENTER(3);
 
-   mode = "index";
+   if (opt.montage) {
+     mode = "montage";
+   } else {
+     mode = "index";
+   }
 
    fn = gib_imlib_load_font(opt.font);
 




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to