summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-10-31 22:50:21 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-10-31 22:50:21 +0000
commitbe64ba3e07ac16e14712929756739de6b4465fef (patch)
treee5c74c503da6bf2db11343b3e73f1ab0154d6083 /src/ui/dialog
parentupdate to trunk (diff)
downloadinkscape-be64ba3e07ac16e14712929756739de6b4465fef.tar.gz
inkscape-be64ba3e07ac16e14712929756739de6b4465fef.zip
'End' of picker work
(bzr r14422.1.35)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/clonetiler.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/dialog/clonetiler.cpp b/src/ui/dialog/clonetiler.cpp
index da6cc5192..e842cf78f 100644
--- a/src/ui/dialog/clonetiler.cpp
+++ b/src/ui/dialog/clonetiler.cpp
@@ -785,11 +785,6 @@ CloneTiler::CloneTiler () :
#endif
gtk_box_pack_start (GTK_BOX (vb), hb, FALSE, FALSE, 0);
- Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- if(prefs->getBool("/dialogs/clonetiler/opentrace", false)){
- gtk_notebook_set_current_page (GTK_NOTEBOOK(nb),5);
- }
-
b = gtk_check_button_new_with_label (_("Trace the drawing under the tiles/spray tool"));
g_object_set_data (G_OBJECT(b), "uncheckable", GINT_TO_POINTER(TRUE));
bool old = prefs->getBool(prefs_path + "dotrace");