summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2015-12-08 08:29:33 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-12-08 08:29:33 +0000
commit5e5f10dfcca24194acdcb4b301f9e989ddc6e209 (patch)
tree9287d4cdc6ff3281620a65091fb9a3ccd13c9b79 /src/ui/interface.cpp
parentfix crash (oops) (diff)
parentmerge lp:~inkscape.dev/inkscape/lock_guides (diff)
downloadinkscape-5e5f10dfcca24194acdcb4b301f9e989ddc6e209.tar.gz
inkscape-5e5f10dfcca24194acdcb4b301f9e989ddc6e209.zip
update to trunk + resolve conflicts
(bzr r14504.1.9)
Diffstat (limited to 'src/ui/interface.cpp')
-rw-r--r--src/ui/interface.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp
index cbaf8d376..69b229519 100644
--- a/src/ui/interface.cpp
+++ b/src/ui/interface.cpp
@@ -577,6 +577,9 @@ static gboolean checkitem_update(GtkWidget *widget, GdkEventExpose * /*event*/,
if (!strcmp(action->id, "ToggleGrid")) {
ison = dt->gridsEnabled();
}
+ else if (!strcmp(action->id, "EditGuidesToggleLock")) {
+ ison = dt->namedview->lockguides;
+ }
else if (!strcmp(action->id, "ToggleGuides")) {
ison = dt->namedview->getGuides();
}