[gnac/devel] Display GStreamer pipeline box in debug mode only



commit 23812522dcc247a8b129a62d5644c9e696ceae06
Author: BenoÃt Dupasquier <bdupasqu src gnome org>
Date:   Wed Jan 11 17:44:52 2012 +0000

    Display GStreamer pipeline box in debug mode only

 src/profiles/gnac-profiles-properties.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/profiles/gnac-profiles-properties.c b/src/profiles/gnac-profiles-properties.c
index fee31cd..f0d4dee 100644
--- a/src/profiles/gnac-profiles-properties.c
+++ b/src/profiles/gnac-profiles-properties.c
@@ -319,7 +319,7 @@ gnac_profiles_properties_combo_format_on_changed(GtkComboBox *combo,
       gnac_profiles_properties_get_widget("gstreamer_pipeline_text_view");
   gtk_text_view_set_editable(GTK_TEXT_VIEW(text_view), FALSE);
 
-  #ifdef GNOME_ENABLE_DEBUG
+  #ifndef GNOME_ENABLE_DEBUG
     text_view = gnac_profiles_properties_get_widget("gstreamer_pipeline_box");
     gtk_widget_hide(text_view);
   #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]