summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-07-07 05:04:34 +0000
committerDoug McLain <doug@nostar.net>2007-07-07 05:04:34 +0000
commitaf8acbcc8879e3e3e158a92417578152627faf3b (patch)
treea083761cbd7d91d02ab93859c6ce083743f6bb2d /gtk2_ardour/utils.cc
parent68653307e666b8daabd2931ce0731d400d947707 (diff)
more show() stuff, and replaced strip->show_all(); untill its actually finished
git-svn-id: svn://localhost/ardour2/trunk@2124 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/utils.cc')
-rw-r--r--gtk2_ardour/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc
index 9747c3bcbb..83a95fb71f 100644
--- a/gtk2_ardour/utils.cc
+++ b/gtk2_ardour/utils.cc
@@ -108,7 +108,7 @@ fit_to_pixels (const ustring& str, int pixel_width, Pango::FontDescription& font
gint
just_hide_it (GdkEventAny *ev, Gtk::Window *win)
{
- win->hide_all ();
+ win->hide ();
return TRUE;
}