Code

Moved EventLog from SPDocument to SPDesktop to prevent it from being
authorgustav_b <gustav_b@users.sourceforge.net>
Sun, 1 Oct 2006 18:57:05 +0000 (18:57 +0000)
committergustav_b <gustav_b@users.sourceforge.net>
Sun, 1 Oct 2006 18:57:05 +0000 (18:57 +0000)
commit5c8e50345f9a78a6823dff57ba6b75109f81cd77
treec32b5f6a6661b332058a1fad5e23d7238188dcf4
parent9d30357426bc35805b12d3dcaf3b75874d4197f9
Moved EventLog from SPDocument to SPDesktop to prevent it from being
created when Inkscape is started in non-gui mode. Fixes a critical
assertion caused by creation of a Gtk::TreeStore.
src/desktop.cpp
src/desktop.h
src/document-private.h
src/document.cpp
src/document.h
src/event-log.cpp
src/event-log.h
src/sp-namedview.cpp
src/ui/dialog/undo-history.cpp
src/ui/dialog/undo-history.h