summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/Makefile_insert
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-09-22 01:43:42 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-09-22 01:43:42 +0000
commit5ab9fc74c53a9e59dd4f46a1f8ff027f878e7836 (patch)
tree0f09c4e06b1cc8b33da603f8e114b9c7bd54867b /src/ui/widget/Makefile_insert
parentFix for bug #1053024: set current layer from template in new blank document a... (diff)
downloadinkscape-5ab9fc74c53a9e59dd4f46a1f8ff027f878e7836.tar.gz
inkscape-5ab9fc74c53a9e59dd4f46a1f8ff027f878e7836.zip
Fix for 1014988 : Add gimp spin scale widget
(bzr r11690)
Diffstat (limited to 'src/ui/widget/Makefile_insert')
-rw-r--r--src/ui/widget/Makefile_insert4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget/Makefile_insert b/src/ui/widget/Makefile_insert
index 8589f16b0..bbda64648 100644
--- a/src/ui/widget/Makefile_insert
+++ b/src/ui/widget/Makefile_insert
@@ -19,6 +19,8 @@ ink_common_sources += \
ui/widget/entry.h \
ui/widget/filter-effect-chooser.h \
ui/widget/filter-effect-chooser.cpp \
+ ui/widget/gimpspinscale.c \
+ ui/widget/gimpspinscale.h \
ui/widget/frame.cpp \
ui/widget/frame.h \
ui/widget/imageicon.cpp \
@@ -62,6 +64,8 @@ ink_common_sources += \
ui/widget/selected-style.cpp \
ui/widget/spinbutton.h \
ui/widget/spinbutton.cpp \
+ ui/widget/spin-scale.h \
+ ui/widget/spin-scale.cpp \
ui/widget/spin-slider.h \
ui/widget/spin-slider.cpp \
ui/widget/style-subject.h \