diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-10-18 20:09:42 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-10-18 20:09:42 +0000 |
| commit | 4108bc8d8212fb10de78f44d1af5171afc71b729 (patch) | |
| tree | 099917e60b2a93f6432c8fddbb52a65ccdb521fe /src/selection-describer.cpp | |
| parent | Updated Inkscape Portable files. (diff) | |
| download | inkscape-4108bc8d8212fb10de78f44d1af5171afc71b729.tar.gz inkscape-4108bc8d8212fb10de78f44d1af5171afc71b729.zip | |
cppcheck
(bzr r10683)
Diffstat (limited to 'src/selection-describer.cpp')
| -rw-r--r-- | src/selection-describer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 5693ce351..5d6f9288d 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -138,7 +138,7 @@ void SelectionDescriber::_updateMessageFromSelection(Inkscape::Selection *select } else { char const *layer_label; bool is_label = false; - if (layer && layer->label()) { + if (layer->label()) { layer_label = layer->label(); is_label = true; } else { |
