From 3581b6a2b1b5d95ea5a79bd3273e694ebef6137b Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Wed, 2 Jan 2008 18:32:29 +0000
Subject: Make messages pane sensitive (for copy/paste).

git-svn-id: http://svn.drobilla.net/lad/patchage@1008 a436a847-0d15-0410-975c-d299462d15a1
---
 src/patchage.glade | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'src')

diff --git a/src/patchage.glade b/src/patchage.glade
index 5afad35..0c50d59 100644
--- a/src/patchage.glade
+++ b/src/patchage.glade
@@ -725,11 +725,10 @@ The bar represents the maximum processing delay as a fraction of the time availa
                     <child>
                       <widget class="GtkTextView" id="status_text">
                         <property name="visible">True</property>
-                        <property name="sensitive">False</property>
                         <property name="can_focus">True</property>
                         <property name="editable">False</property>
                         <property name="wrap_mode">GTK_WRAP_WORD</property>
-                        <property name="cursor_visible">False</property>
+                        <property name="accepts_tab">False</property>
                       </widget>
                     </child>
                   </widget>
@@ -761,7 +760,6 @@ The bar represents the maximum processing delay as a fraction of the time availa
   <widget class="GtkAboutDialog" id="about_win">
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
-    <property name="name">Patchage</property>
     <property name="copyright" translatable="yes">© 2007 Dave Robillard</property>
     <property name="comments" translatable="yes">A control centre for music/audio systems</property>
     <property name="website">http://drobilla.net/software/patchage</property>
-- 
cgit v1.2.1