summaryrefslogtreecommitdiffstats
path: root/src/patchage.glade
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-02 18:32:29 +0000
committerDavid Robillard <d@drobilla.net>2008-01-02 18:32:29 +0000
commit3581b6a2b1b5d95ea5a79bd3273e694ebef6137b (patch)
tree45be5786cfbc1ced8fcf4bd09a25befc217f8663 /src/patchage.glade
parent30c99cfed4fb125d3e625dc94a11200b464605cc (diff)
downloadpatchage-3581b6a2b1b5d95ea5a79bd3273e694ebef6137b.tar.gz
patchage-3581b6a2b1b5d95ea5a79bd3273e694ebef6137b.tar.bz2
patchage-3581b6a2b1b5d95ea5a79bd3273e694ebef6137b.zip
Make messages pane sensitive (for copy/paste).
git-svn-id: http://svn.drobilla.net/lad/patchage@1008 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/patchage.glade')
-rw-r--r--src/patchage.glade4
1 files changed, 1 insertions, 3 deletions
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>