Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=091ec3bae42660cfb89a3638d928fe2a5e12ecda

commit 091ec3bae42660cfb89a3638d928fe2a5e12ecda
Author: bouleetbil <[email protected]>
Date:   Mon Sep 20 13:32:10 2010 +0000

*fixes maximise

diff --git a/frugal-irc/gtk-gui/MainWindow.cs b/frugal-irc/gtk-gui/MainWindow.cs
index 6d4a9f4..fa61549 100644
--- a/frugal-irc/gtk-gui/MainWindow.cs
+++ b/frugal-irc/gtk-gui/MainWindow.cs
@@ -138,9 +138,9 @@ public partial class MainWindow
this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
this.TXT_Messages = new global::Gtk.TextView ();
-               this.TXT_Messages.Sensitive = false;
this.TXT_Messages.CanFocus = true;
this.TXT_Messages.Name = "TXT_Messages";
+               this.TXT_Messages.Editable = false;
this.GtkScrolledWindow1.Add (this.TXT_Messages);
this.vbox2.Add (this.GtkScrolledWindow1);
global::Gtk.Box.BoxChild w9 = 
((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow1]));
diff --git a/frugal-irc/gtk-gui/gui.stetic b/frugal-irc/gtk-gui/gui.stetic
index f34dcac..692772c 100644
--- a/frugal-irc/gtk-gui/gui.stetic
+++ b/frugal-irc/gtk-gui/gui.stetic
@@ -131,9 +131,9 @@
<child>
<widget class="Gtk.TextView" id="TXT_Messages">
<property name="MemberName" />
-                    <property name="Sensitive">False</property>
<property name="CanFocus">True</property>
<property name="ShowScrollbars">True</property>
+                    <property name="Editable">False</property>
<property name="Text" translatable="yes" />
</widget>
</child>
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to