diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-07-17 05:00:49 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-07-17 05:00:49 +0000 |
| commit | 7af2b98550f3389d08773addca07cd943ec6e2bb (patch) | |
| tree | 0c509f3f222e89380b6b72e0f2cdacb821fc3044 /src/helper | |
| parent | Ported "widgets/node-toolbar.cpp". (diff) | |
| download | inkscape-7af2b98550f3389d08773addca07cd943ec6e2bb.tar.gz inkscape-7af2b98550f3389d08773addca07cd943ec6e2bb.zip | |
Temporary fixes/kludges.
(bzr r12380.1.16)
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/unit-tracker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/unit-tracker.cpp b/src/helper/unit-tracker.cpp index 609c2f292..7345660e6 100644 --- a/src/helper/unit-tracker.cpp +++ b/src/helper/unit-tracker.cpp @@ -94,7 +94,7 @@ SPUnit const* UnitTracker::getActiveUnit() const void UnitTracker::setActiveUnit( SPUnit const *unit ) { - if ( unit ) { + /*if ( unit ) { GtkTreeIter iter; int index = 0; gboolean found = gtk_tree_model_get_iter_first( GTK_TREE_MODEL(_store), &iter ); @@ -109,7 +109,7 @@ void UnitTracker::setActiveUnit( SPUnit const *unit ) found = gtk_tree_model_iter_next( GTK_TREE_MODEL(_store), &iter ); index++; } - } + }*/ } void UnitTracker::addAdjustment( GtkAdjustment* adj ) |
