Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-interfaces.git;a=commitdiff;h=37b63daef77f682724ce86471c81ee32a96b6e5d

commit 37b63daef77f682724ce86471c81ee32a96b6e5d
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Apr 9 09:41:58 2010 +0000

fw-interfaces.py
*use new logo
*use /etc/syconfig/interface

diff --git a/fw-interfaces.py b/fw-interfaces.py
index 651053b..f54bc83 100644
--- a/fw-interfaces.py
+++ b/fw-interfaces.py
@@ -29,7 +29,7 @@ import pacman
import sys
import os

-ConfigFile = "fw-interfaces.config"
+ConfigFile = "/etc/sysconfig/interfaces"
USE_NM = 0
USE_WICD = 0
USE_FWUTILS = 1
@@ -206,6 +206,8 @@ class Start:
if result == 'Ok':
install_pkg("networkmanager")
install_service("networkmanager")
+                               else:
+                                       boite1.boite2.bouton.set_active(True)

elif donnees == "3":
print "Use Wicd"
@@ -270,7 +272,7 @@ class Start:
self.fenetre.add(boite1)
boite1.show()

-        animpixbuf = gtk.gdk.PixbufAnimation("fw.png")
+        animpixbuf = gtk.gdk.PixbufAnimation("fw-interfaces.png")
image = gtk.Image()
image.set_from_animation(animpixbuf)
image.show()
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to