diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c b/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c index 77ae7353..b15060ba 100644 --- a/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c +++ b/src/fs/gnunet-fs-gtk-main_window_adv_pseudonym.c | |||
@@ -26,6 +26,14 @@ | |||
26 | #include "gnunet-fs-gtk.h" | 26 | #include "gnunet-fs-gtk.h" |
27 | #include "gnunet-fs-gtk-edit_publish_dialog.h" | 27 | #include "gnunet-fs-gtk-edit_publish_dialog.h" |
28 | 28 | ||
29 | gboolean | ||
30 | GNUNET_GTK_select_pseudonym_dialog_delete_event_cb (GtkWidget *widget, | ||
31 | GdkEvent *event, gpointer user_Data) | ||
32 | { | ||
33 | gtk_widget_hide (widget); | ||
34 | return TRUE; | ||
35 | } | ||
36 | |||
29 | /** | 37 | /** |
30 | * Callback with information about local (!) namespaces. | 38 | * Callback with information about local (!) namespaces. |
31 | * Contains the names of the local namespace and the global | 39 | * Contains the names of the local namespace and the global |