]> git.lyx.org Git - features.git/commitdiff
trivial compile fix: remove obsolete mentions of vclog from gtk's Dialogs.C and Makef...
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 20 Dec 2003 18:47:35 +0000 (18:47 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 20 Dec 2003 18:47:35 +0000 (18:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8272 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/ChangeLog
src/frontends/gtk/Dialogs.C
src/frontends/gtk/Makefile.am

index f58f894b55f7520ce91e541722d617bb89eb8a01..46eb869870cb414eb2c602db40e9b3784cb120aa 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * Dialogs.C:
+       * Makefile.am: remove vclog (compile fix)
+
 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
 
        * Dialogs.C:
index 2875d095a3d74c7136a2318b161baecfcc4384b6..e1cd98705059b4c31b27762b231d7367d970ff14 100644 (file)
@@ -38,7 +38,6 @@
 #include "ControlTabularCreate.h"
 #include "ControlTexinfo.h"
 #include "ControlToc.h"
-#include "ControlVCLog.h"
 #include "ControlWrap.h"
 
 #include "GAboutlyx.h"
@@ -71,7 +70,6 @@
 #include "GTableCreate.h"
 #include "FormToc.h"
 #include "GUrl.h"
-#include "FormVCLog.h"
 #include "FormWrap.h"
 
 #ifdef HAVE_LIBAIKSAURUS
@@ -125,7 +123,7 @@ char const * const dialognames[] = { "aboutlyx", "bibitem", "bibtex", "branch",
 "thesaurus",
 #endif
 
-"toc", "url", "vclog", "wrap" };
+"toc", "url", "wrap" };
 
 char const * const * const end_dialognames =
        dialognames + (sizeof(dialognames) / sizeof(char *));
@@ -453,10 +451,6 @@ Dialog * Dialogs::build(string const & name)
                dialog->setController(new ControlCommand(*dialog, name));
                dialog->setView(new GUrl(*dialog));
                dialog->bc().bp(new NoRepeatedApplyReadOnlyPolicy);
-       } else if (name == "vclog") {
-               dialog->setController(new ControlVCLog(*dialog));
-               dialog->setView(new FormVCLog(*dialog));
-               dialog->bc().bp(new OkCancelPolicy);
        } else if (name == "wrap") {
                dialog->setController(new ControlWrap(*dialog));
                dialog->setView(new FormWrap(*dialog));
index b9d1af058001cd3c3521bd749b3a43e50e6e2bf7..17c5746fae04f00ab603effe7151dfbd7e60ed56 100644 (file)
@@ -114,7 +114,6 @@ xforms_objects = \
        ../xforms/FormText.lo \
        ../xforms/FormThesaurus.lo \
        ../xforms/FormToc.lo \
-       ../xforms/FormVCLog.lo \
        ../xforms/FormWrap.lo \
        ../xforms/freebrowser.lo \
        ../xforms/input_validators.lo \