GNOME Bugzilla – Bug 401939
[eog-ng] Remove leaftag support.
Last modified: 2007-01-30 00:39:50 UTC
Currently, the eog-ng branch has support to open files tagged with leaftag from the command line. I've not seen much work in leaftag itself, and wonder if we really want it in the core eog. FWIW, I have the feeling no one has tested eog's leaftag support, because in main.c:137 the call to eog_application_open_tag_list () doesn't match its declaration (which was updated by the add for the startup flags). This compilation error has been hidden by the HAVE_LEAFTAG conditional compilation flag. libleaftag itself, has not been developed since last july[1], so I am more and more convinced we don't want this into the core. Comments? [1] http://osiris.chipx86.com/svn/osiris-misc/trunk/libleaftag/ChangeLog
Agreed. I implemented this having in mind that leaftag would get some momentum. However this was not the case. You can remove it.
Ok. Removed from SVN. Hopefully we can make it a plugin someday. 2007-01-29 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * configure.ac: * src/eog-application.c: * src/eog-application.h: * src/main.c: (main): Remove support for opening files tagged with leaftag. Unfortunately, leaftag has not seen the expected momentum, so it's preferable to leave it out of the core. Fixes bug #401939.