diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-08-13 00:57:00 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-08-13 00:57:00 +0000 |
commit | d6d7d3769441b73ffb5b7af34fef823b41e66312 (patch) | |
tree | a9334a498a42d93a7e1a3261cc7ea038d6749296 /avahi-discover-standalone/avahi-discover.glade | |
parent | 6e35536bddb52c8e6bc201265c77a846d879b5a3 (diff) |
* add an handler in glade to handle the destroy event
* unconditionnaly browse for .local in avahi-discover
* display error (eg: timeout)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@307 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-discover-standalone/avahi-discover.glade')
-rw-r--r-- | avahi-discover-standalone/avahi-discover.glade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-discover-standalone/avahi-discover.glade b/avahi-discover-standalone/avahi-discover.glade index ca6b51f..bb456c2 100644 --- a/avahi-discover-standalone/avahi-discover.glade +++ b/avahi-discover-standalone/avahi-discover.glade @@ -19,6 +19,7 @@ <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> + <signal handler="gtk_main_quit" name="destroy" after="False"/> <child> <widget class="GtkVBox" id="vbox1"> |