summaryrefslogtreecommitdiff
path: root/snd-genv.c
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-05-02 22:31:31 +0200
committerAlessio Treglia <quadrispro@ubuntu.com>2010-05-02 22:31:31 +0200
commiteb1f6106a36c100ab25cab7f29045e16f6e967fb (patch)
treee66f81d41fe3107a12b36d56e6aa5b13ea2a3f1a /snd-genv.c
parent08d24d7a5682e59434c3da226fb1f2546c0ebd86 (diff)
Imported Upstream version 11.5
Diffstat (limited to 'snd-genv.c')
-rw-r--r--snd-genv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snd-genv.c b/snd-genv.c
index 5193086..db11f93 100644
--- a/snd-genv.c
+++ b/snd-genv.c
@@ -1273,7 +1273,7 @@ void set_enved_base(mus_float_t val)
bool enved_dialog_is_active(void)
{
- return((enved_dialog) && (GTK_WIDGET_VISIBLE(enved_dialog)));
+ return((enved_dialog) && (widget_is_active(enved_dialog)));
}