From 924e671a1e5d76c1d25d4fcad9d0e9f015dc394e Mon Sep 17 00:00:00 2001 From: John Smith Date: Fri, 23 Mar 2012 11:53:58 +0900 Subject: Fix for 909328 : Dockable Find & Replace dialog (bzr r11117) --- src/ui/widget/entry.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/ui/widget/entry.cpp') diff --git a/src/ui/widget/entry.cpp b/src/ui/widget/entry.cpp index 7ac8532fb..08617433c 100644 --- a/src/ui/widget/entry.cpp +++ b/src/ui/widget/entry.cpp @@ -24,7 +24,14 @@ Entry::Entry( Glib::ustring const &label, Glib::ustring const &tooltip, : Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic) { } - + +ComboBoxText::ComboBoxText( Glib::ustring const &label, Glib::ustring const &tooltip, + Glib::ustring const &suffix, + Glib::ustring const &icon, + bool mnemonic) + : Labelled(label, tooltip, new Gtk::ComboBoxText(true), suffix, icon, mnemonic) +{ +} } // namespace Widget } // namespace UI -- cgit v1.2.3