1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-28 17:32:36 +01:00

Fixed some setup.py problems

Added a bunch of docstrings
Fixed a crash bug when the daemon is called with the -s option caused by wicd.py calling SetForceDisconnect(False) when it launches.
This commit is contained in:
imdano
2008-04-02 10:52:41 +00:00
parent 6d5a78b124
commit e1d7429e6c
6 changed files with 92 additions and 43 deletions

View File

@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.2.2 on Sun Jul 1 23:19:18 2007 by adam@adam-->
<!--Generated with glade3 3.4.0 on Wed Apr 2 14:45:13 2008 -->
<glade-interface>
<widget class="GtkWindow" id="window1">
<property name="width_request">605</property>
<property name="width_request">450</property>
<property name="height_request">400</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Wicd Manager</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="default_width">550</property>
<property name="icon">wicd.png</property>
<property name="gravity">GDK_GRAVITY_CENTER</property>
<signal name="destroy" handler="exit"/>
@@ -31,6 +32,7 @@
</widget>
<packing>
<property name="expand">False</property>
<property name="homogeneous">False</property>
</packing>
</child>
<child>
@@ -140,7 +142,6 @@
<property name="border_width">4</property>
<child>
<widget class="GtkProgressBar" id="progressbar">
<property name="visible">False</property>
<property name="tooltip" translatable="yes">Connecting...</property>
<property name="activity_mode">True</property>
<property name="text" translatable="yes">Connecting...</property>
@@ -287,7 +288,7 @@
</widget>
</child>
</widget>
<widget class="GtkDialog" id="configure_script_dialog">
<widget class="GtkDialog" id="configure_script_dialog">
<property name="width_request">416</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>