summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac248d5)
raw | patch | inline | side by side (parent: ac248d5)
| author | johanengelen <johanengelen@users.sourceforge.net> | |
| Tue, 3 Oct 2006 22:50:05 +0000 (22:50 +0000) | ||
| committer | johanengelen <johanengelen@users.sourceforge.net> | |
| Tue, 3 Oct 2006 22:50:05 +0000 (22:50 +0000) |
| src/ui/dialog/document-properties.cpp | patch | blob | history |
index ae856cdc50fb6693346cea16d2d946f95a5c5412..07598d516927089614a84aca61bb5b721da47e8b 100644 (file)
#include "xml/node-event-vector.h"
#include "helper/units.h"
+#include "prefs-utils.h"
#include "inkscape.h"
#include "verbs.h"
G_CALLBACK(on_deactivate_desktop), 0);
show_all_children();
+ if (prefs_get_int_attribute("dialogs.documentoptions", "axonomgrid_enabled", 0) != 1) {
+ _rrb_gridtype._hbox->hide();
+ _rsu_ax.getSU()->hide();
+ _rsu_az.getSU()->hide();
+ }
+
present();
}