[banshee] Made the error message label selectable (bgo#589741)



commit cb81ff9e149d044a35e48d2c1ba4c6347f3ef5b0
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Mon Jul 27 22:19:31 2009 +1000

    Made the error message label selectable (bgo#589741)
    
    It makes it possible to copy the error description from the ExceptionDialog.

 .../Hyena.Gui/Hyena.Gui.Dialogs/ExceptionDialog.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Gui.Dialogs/ExceptionDialog.cs b/src/Libraries/Hyena.Gui/Hyena.Gui.Dialogs/ExceptionDialog.cs
index 7b179ef..1ed8114 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Gui.Dialogs/ExceptionDialog.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Gui.Dialogs/ExceptionDialog.cs
@@ -82,6 +82,7 @@ namespace Hyena.Gui.Dialogs
             label.UseUnderline = false;
             label.Justify = Gtk.Justification.Left;
             label.LineWrap = true;
+            label.Selectable = true;
             label.SetAlignment(0.0f, 0.5f);
             label_vbox.PackStart(label, false, false, 0);
 



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