aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_main-window-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_main-window-search.c')
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-search.c b/src/fs/gnunet-fs-gtk_main-window-search.c
index e48f18cf..e3190d9c 100644
--- a/src/fs/gnunet-fs-gtk_main-window-search.c
+++ b/src/fs/gnunet-fs-gtk_main-window-search.c
@@ -500,7 +500,7 @@ ask_for_nickname (struct PseuLookupContext *lctx)
500 /* setup the dialog and get the widgets we need most */ 500 /* setup the dialog and get the widgets we need most */
501 lctx->nick_dialog_builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_enter_nick_dialog.glade", 501 lctx->nick_dialog_builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_enter_nick_dialog.glade",
502 lctx); 502 lctx);
503 lctx->progress_dialog = GTK_WIDGET (gtk_builder_get_object (lctx->progress_dialog_builder, 503 lctx->progress_dialog = GTK_WIDGET (gtk_builder_get_object (lctx->nick_dialog_builder,
504 "GNUNET_GTK_enter_nick_window")); 504 "GNUNET_GTK_enter_nick_window"));
505 /* show the window */ 505 /* show the window */
506 gtk_window_present (GTK_WINDOW (lctx->progress_dialog)); 506 gtk_window_present (GTK_WINDOW (lctx->progress_dialog));