Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/lib


Modified Files:
        poppler.cpp 


Log Message:
epdf_poppler_version_get should return the version of poppler, not the one of 
epdf

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/lib/poppler.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- poppler.cpp 17 Apr 2006 18:06:10 -0000      1.2
+++ poppler.cpp 19 Feb 2007 04:37:58 -0000      1.3
@@ -3,10 +3,8 @@
 #include "poppler.h"
 
 
-static const char poppler_version[] = PACKAGE_VERSION;
-
 const char *
 epdf_poppler_version_get (void)
 {
-  return poppler_version;
+  return POPPLER_VERSION;
 }



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to