diff options
author | Moon <moon@140774ce-b5e7-0310-ab8b-a85725594a96> | 2008-06-14 13:20:18 +0000 |
---|---|---|
committer | Moon <moon@140774ce-b5e7-0310-ab8b-a85725594a96> | 2008-06-14 13:20:18 +0000 |
commit | 4437af95142446480d8ca1d95b88785ccda91894 (patch) | |
tree | cebd21f42e0eb176c4085a17b47a728a3ebbec67 | |
parent | 8069f9a0b12a3203de2a17fc8d987879f869ffee (diff) | |
download | gnunet-gtk-4437af95142446480d8ca1d95b88785ccda91894.tar.gz gnunet-gtk-4437af95142446480d8ca1d95b88785ccda91894.zip |
fix missing handler (broken download from URI)
-rw-r--r-- | gnunet-gtk.glade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade index 4dadb38a..33471797 100644 --- a/gnunet-gtk.glade +++ b/gnunet-gtk.glade | |||
@@ -962,6 +962,7 @@ This release adds context-menus (right-click) which allow copying the URI of sea | |||
962 | <property name="can_focus">True</property> | 962 | <property name="can_focus">True</property> |
963 | <property name="tooltip" translatable="yes">Download the content specified by the URI</property> | 963 | <property name="tooltip" translatable="yes">Download the content specified by the URI</property> |
964 | <property name="response_id">0</property> | 964 | <property name="response_id">0</property> |
965 | <signal name="clicked" handler="on_statusDownloadURIEntry_editing_done_" object="statusDownloadURIEntry"/> | ||
965 | <child> | 966 | <child> |
966 | <widget class="GtkAlignment" id="alignment9"> | 967 | <widget class="GtkAlignment" id="alignment9"> |
967 | <property name="visible">True</property> | 968 | <property name="visible">True</property> |