diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c index f5697ef1..3f5da1cd 100644 --- a/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c +++ b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c | |||
@@ -25,6 +25,7 @@ | |||
25 | */ | 25 | */ |
26 | #include "gnunet-fs-gtk_common.h" | 26 | #include "gnunet-fs-gtk_common.h" |
27 | #include "gnunet-fs-gtk.h" | 27 | #include "gnunet-fs-gtk.h" |
28 | #include "gnunet-fs-gtk_event-handler.h" | ||
28 | 29 | ||
29 | /** | 30 | /** |
30 | * How long until we automatically hide the drop-down if the cursor is outside the bounds? | 31 | * How long until we automatically hide the drop-down if the cursor is outside the bounds? |
@@ -435,4 +436,10 @@ GNUNET_GTK_main_window_refresh_ns_list (struct GNUNET_GTK_MainWindowContext *mai | |||
435 | GNUNET_free_non_null (selected_ns_id); | 436 | GNUNET_free_non_null (selected_ns_id); |
436 | } | 437 | } |
437 | 438 | ||
439 | void | ||
440 | namespace_selector_manage_namespaces_button_clicked_cb (GtkButton *button, gpointer user_data) | ||
441 | { | ||
442 | GNUNET_GTK_open_ns_manager (user_data); | ||
443 | } | ||
444 | |||
438 | /* end of gnunet-fs-gtk_main-window-namespace-dropdown.c */ | 445 | /* end of gnunet-fs-gtk_main-window-namespace-dropdown.c */ |