Update connection manager host list ner.

This commit is contained in:
Andrew Resch 2008-06-14 07:55:13 +00:00
parent 8c49dd6e90
commit 517ba20ae7
2 changed files with 3 additions and 1 deletions

View File

@ -164,6 +164,7 @@ class ConnectionManager(component.Component):
# Setup timer to update host status
self._update_timer = gobject.timeout_add(1000, self._update)
self._update()
self._update()
self.connection_manager.show_all()
def hide(self):

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.0 on Sat Nov 10 01:44:15 2007 -->
<!--Generated with glade3 3.4.4 on Sat Jun 14 00:48:37 2008 -->
<glade-interface>
<widget class="GtkDialog" id="connection_manager">
<property name="has_focus">True</property>
@ -336,6 +336,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="activates_default">True</property>
</widget>
<packing>
<property name="position">1</property>