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

commit 06b60fc3662fe6b0d95ca43247a7e28335bd3c81
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Thu Sep 9 21:41:46 2010 +0200

*switch to frugalware-irc instead pyIRc

diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs
index 5ba8ed7..387600a 100644
--- a/frugal-mono-tools/MainWindow.cs
+++ b/frugal-mono-tools/MainWindow.cs
@@ -990,7 +990,7 @@ public partial class MainWindow : Gtk.Window
_joinIrc("frugalware");
}
private void _joinIrc(string channel){
-               Outils.Excecute("python","/usr/bin/PyFrugalVTE python 
/usr/bin/PyFrugalIRC " +channel,false);
+               Outils.Excecute("frugalware-irc",channel,false);
}
protected virtual void OnBTNForumsClicked (object sender, System.EventArgs e)
{
diff --git a/frugal-mono-tools/gtk-gui/gui.stetic 
b/frugal-mono-tools/gtk-gui/gui.stetic
index 644b771..bd048e3 100644
--- a/frugal-mono-tools/gtk-gui/gui.stetic
+++ b/frugal-mono-tools/gtk-gui/gui.stetic
@@ -27,7 +27,7 @@
<widget class="Gtk.Notebook" id="ONG_principal">
<property name="MemberName" />
<property name="CanFocus">True</property>
-        <property name="CurrentPage">1</property>
+        <property name="CurrentPage">8</property>
<child>
<widget class="Gtk.VBox" id="vbox4">
<property name="MemberName" />
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to