aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-15 19:26:49 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-15 19:26:49 +0000
commit65ed1b5b96200069b3d92216bcaa1335502b5a10 (patch)
treec4237f32a6a321303b8e7402d2d6aa4d7cdad04d
parentd3538bc51d3bad8c59513a085354e01305292d42 (diff)
downloadgnunet-gtk-65ed1b5b96200069b3d92216bcaa1335502b5a10.tar.gz
gnunet-gtk-65ed1b5b96200069b3d92216bcaa1335502b5a10.zip
-fix copy & paste error
-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));