diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-03-23 13:30:43 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-03-23 13:30:43 +0000 |
| commit | 64d4659e32867f30f2dfa71c21778a834894ffca (patch) | |
| tree | 03ef61a1e8a7bf64bde2eecf8aaa3c07b3a6e080 /src/ui/dialog/find.h | |
| parent | Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection bug... (diff) | |
| download | inkscape-64d4659e32867f30f2dfa71c21778a834894ffca.tar.gz inkscape-64d4659e32867f30f2dfa71c21778a834894ffca.zip | |
Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with Entry to fix build error with gtkmm2.4
(bzr r11119)
Diffstat (limited to 'src/ui/dialog/find.h')
| -rw-r--r-- | src/ui/dialog/find.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/find.h b/src/ui/dialog/find.h index 26ac37d7f..62ecd1763 100644 --- a/src/ui/dialog/find.h +++ b/src/ui/dialog/find.h @@ -198,8 +198,8 @@ private: /* * Find and replace combo box widgets */ - Inkscape::UI::Widget::ComboBoxText entry_find; - Inkscape::UI::Widget::ComboBoxText entry_replace; + Inkscape::UI::Widget::Entry entry_find; + Inkscape::UI::Widget::Entry entry_replace; /** * Scope and search in widgets |
