summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-09-24 15:09:43 +0000
committerMartin Owens <doctormo@gmail.com>2013-09-24 15:09:43 +0000
commit6f65ca557f8ad953b55b9a703643bbc790eb8da5 (patch)
treec06dd17d0ca41899483cc08f893ca2eb2b643142 /src/gradient-drag.cpp
parentfor bitmap import, use a default value of 90 dpi, if not otherwise specified.... (diff)
downloadinkscape-6f65ca557f8ad953b55b9a703643bbc790eb8da5.tar.gz
inkscape-6f65ca557f8ad953b55b9a703643bbc790eb8da5.zip
change names for displayName and detailedDescription, improve char code and remove const.
(bzr r12584)
Diffstat (limited to 'src/gradient-drag.cpp')
-rw-r--r--src/gradient-drag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-drag.cpp b/src/gradient-drag.cpp
index 096b2b47b..b3622107b 100644
--- a/src/gradient-drag.cpp
+++ b/src/gradient-drag.cpp
@@ -1417,7 +1417,7 @@ void GrDragger::updateTip()
if (g_slist_length (this->draggables) == 1) {
GrDraggable *draggable = (GrDraggable *) this->draggables->data;
- char *item_desc = draggable->item->getDetailedDescription();
+ char *item_desc = draggable->item->detailedDescription();
switch (draggable->point_type) {
case POINT_LG_MID:
case POINT_RG_MID1: