summaryrefslogtreecommitdiff
path: root/gtk2_ardour/floating_text_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-02 13:53:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-02 13:53:30 -0400
commite88e9a278ac4f8353ff18e2bfbed3ca909c5b139 (patch)
tree7c08e86b2f4d2a6395dc805d437acfe067c63305 /gtk2_ardour/floating_text_entry.cc
parent7565e213411cf809e47e5aebe3c5c685d3c4f39b (diff)
no need for a widget name here
Diffstat (limited to 'gtk2_ardour/floating_text_entry.cc')
-rw-r--r--gtk2_ardour/floating_text_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/floating_text_entry.cc b/gtk2_ardour/floating_text_entry.cc
index 3e436e53dd..c78c41e4d9 100644
--- a/gtk2_ardour/floating_text_entry.cc
+++ b/gtk2_ardour/floating_text_entry.cc
@@ -32,7 +32,7 @@ FloatingTextEntry::FloatingTextEntry (Gtk::Window* parent, const std::string& in
, entry_changed (false)
, by_popup_menu (false)
{
- set_name (X_("FloatingTextEntry"));
+ //set_name (X_("FloatingTextEntry"));
set_position (Gtk::WIN_POS_MOUSE);
set_border_width (0);